]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2024-04-12 Casey Bodleyvstart/rgw: add default config for sts
2024-04-12 Casey Bodleyrgw/role: support Description for Create/Get/UpdateRole
2024-04-12 Casey Bodleyrgw/iam: add s3:Get/PutBucketOwnershipControls
2024-04-12 Casey Bodleyrgw/sal: remove load_account_role_by_name()
2024-04-12 Casey Bodleyrgw/role: role APIs support account users
2024-04-12 Casey Bodleyrgw/role: separate dump_iam_role() for iam api
2024-04-12 Casey Bodleyrgw/iam: add pagination to ListRoles
2024-04-12 Casey Bodleyrgw/iam: enable Role apis against account users
2024-04-12 Casey Bodleyrgw/iam: role apis override init_processing/verify_perm...
2024-04-12 Casey Bodleyrgw/iam: split RGWRestRole member variables
2024-04-12 Casey Bodleyrgw/iam: RGWUntagRole uses lower/upper bounds for iteration
2024-04-12 Casey Bodleyrgw/iam: RGWRestRole::parse_tags() as free function
2024-04-12 Casey Bodleyrgw/iam: AccessKey apis call forward_iam_request_to_mas...
2024-04-12 Casey Bodleyrgw/iam: User apis call forward_iam_request_to_master()
2024-04-12 Casey Bodleyrgw: move forward_iam_request_to_master() to rgw_rest_iam.*
2024-04-12 Casey Bodleyrgw/rest: enable iam UserPolicy apis against account...
2024-04-12 Casey Bodleyrgw/rest: simplify RGWRestUserPolicy hierarchy
2024-04-12 Casey Bodleyrgw/rest: iam user policy api cleanup
2024-04-12 Casey Bodleyrgw/auth: Identity matches account user principals
2024-04-12 Casey Bodleyrgw/auth: Identity matches paths in user principals
2024-04-12 Casey Bodleyrgw/auth: Identity::is_identity() takes one Principal
2024-04-12 Casey Bodleyrgw/iam: rename rgw::auth::Principal::Tenant to Account
2024-04-12 Casey Bodleyrgw/sal: add interfaces for account roles
2024-04-12 Casey Bodleyrgw/rados: add rgwrados::roles namespace abstraction...
2024-04-12 Casey Bodleyrgw: init_quota() loads owner quota unconditionally
2024-04-12 Casey Bodleyradosgw-admin: quota commands can set account quota
2024-04-12 Casey Bodleyrgw/iam: add IAM AccessKey apis
2024-04-12 Casey Bodleyrgw/user: add 'create_date' to RGWAccessKey
2024-04-12 Casey Bodleyrgw/user: expose functions to generate access/secret...
2024-04-12 Casey Bodleyrgw/iam: add initial IAM User apis
2024-04-12 Casey Bodleyrgw/rest: wrap iam/sns/sts Error responses with ErrorRe...
2024-04-12 Casey Bodleyrgw/rados: user metadata links to account index
2024-04-12 Casey Bodleyrgw/sal: add interfaces for account users
2024-04-12 Casey Bodleyrgw/rados: add rgwrados::users namespace abstraction...
2024-04-12 Casey Bodleyrgw/auth: use switch for is_non_s3_op()
2024-04-12 Casey Bodleyrgw/op: separate IAM ops in enum RGWOpType
2024-04-12 Casey Bodleyrgw/iam: use enum for action values
2024-04-12 Casey Bodleyrgw/iam: add iam user metadata (path, create_date,...
2024-04-12 Casey Bodleytest/cls: add ceph_test_cls_user
2024-04-12 Casey Bodleycls/user: add interfaces to index user account resources
2024-04-12 Casey Bodleycmake: move WITH_RADOSGW checks up to test/CMakeLists.txt
2024-04-12 Casey Bodleyrgw/multisite: RGWBucketMetadataHandler updates linkage...
2024-04-12 Casey Bodleyrgw: update bucket ownership when adding user to account
2024-04-12 Casey Bodleyrgw/rados: Bucket::chown() updates owner on bucket...
2024-04-12 Casey Bodleyrgw: add RGWIdentityType::TYPE_ROOT for account root...
2024-04-12 Casey Bodleyqa/rgw: create accounts for random s3test users
2024-04-12 Casey Bodleyrgw/acl: create_policy_from_headers() can yield
2024-04-12 Casey Bodleyrgw/acl: s3 CanonicalUser grants support account ids
2024-04-12 Casey Bodleyrgw/sal: add load_aclowner_by_email()
2024-04-12 Casey Bodleyrgw/sal: move list_buckets() to Driver
2024-04-12 Casey Bodleyrgw: use rgw_owner in RGWBucketInfo
2024-04-12 Casey Bodleyrgw/acl: use rgw_owner for ACLOwner
2024-04-12 Casey Bodleyrgw/pubsub: use rgw_owner for topic ownership
2024-04-12 Casey Bodleyrgw: use rgw_owner in RGWBucketEntryPoint
2024-04-12 Casey Bodleyrgw/rados: add rgwrados::buckets namespace abstraction...
2024-04-12 Casey Bodleyrgw/rados: add account metadata handler
2024-04-12 Casey Bodleyrgw/rados: implement account metadata operations
2024-04-12 Casey Bodleyrgw/rados: generalize RGWUID for accounts
2024-04-12 Casey Bodleyrgw/rados: add .rgw.meta:accounts pool
2024-04-12 Casey Bodleyrgw/quota: generalize quota to rgw_owners
2024-04-12 Casey Bodleyrgw/auth: Identity::is_owner/admin_of(rgw_owner)
2024-04-12 Casey Bodleyrgw/auth: account users also match ACL grants to their...
2024-04-12 Casey Bodleyrgw: add rgw_owner variant with json encoding
2024-04-12 Casey Bodleyrgw: enable 'user modify --account-id'
2024-04-12 Casey Bodleyrgw: add /admin/account rest apis
2024-04-12 Casey Bodleyradosgw-admin: add account admin commands
2024-04-12 Casey Bodleyrgw: add account admin ops
2024-04-12 Casey Bodleyrgw/sal: add account interfaces to Driver
2024-04-12 Casey Bodleyrgw: add account_id to RGWUserInfo
2024-04-12 Casey Bodleyrgw: add struct RGWAccountInfo
2024-04-12 Casey Bodleyrgw: define account ids and names
2024-04-12 Casey Bodleycommon: add gen_rand_numeric()
2024-04-12 Casey Bodleyrgw/sal: pass in ACLOwner for object writes
2024-04-12 Casey Bodleyrgw/acl: use ACLOwners for create_default()
2024-04-12 Casey Bodleyrgw/auth: initialize s->owner in Strategy::apply()
2024-04-12 Casey Bodleyrgw/auth: Identity::get_aclowner() for resources it...
2024-04-12 Casey Bodleyrgw/auth: generalize Identity::get_role_tenant() as...
2024-04-12 Casey Bodleyrgw/iam: zero-pad milliseconds for role and oidc-provid...
2024-04-12 Casey BodleyMerge pull request #56670 from cbodley/wip-65292-squid
2024-04-12 Casey BodleyMerge pull request #56069 from cbodley/wip-64818-squid
2024-04-12 Guillaume AbriouxMerge pull request #56856 from guits/update-cv-func...
2024-04-12 Anthony D'AtriMerge pull request #56850 from zdover23/wip-doc-2024...
2024-04-12 Ronen FriedmanMerge pull request #56750 from ronen-fr/wip-rf-unreserv...
2024-04-12 Guillaume Abriouxceph-volume: update functional testing 56856/head
2024-04-12 Ronen Friedmansquid:osd/scrub: disable scrub reservation queuing 56750/head
2024-04-12 Ronen FriedmanMerge pull request #56766 from ronen-fr/wip-65374-squid
2024-04-12 Zac Doverdoc/cephfs: refine client-auth (3 of 3) 56850/head
2024-04-12 Anthony D'AtriMerge pull request #56841 from zdover23/wip-doc-2024...
2024-04-12 Zac Doverdoc/cephfs: refine client-auth (2 of 3) 56841/head
2024-04-10 Yuval Lifshitztest/rgw/notification: fix threading issue in test 56069/head
2024-04-10 Yuval Lifshitztest/rgw/notification: use polling instead of sleep
2024-04-10 Yuval Lifshitztest/rgw/notification: cleanup leftover topics
2024-04-10 Yuval Lifshitztest/rgw/notification: use simpler multithreaded http...
2024-04-10 Yuval Lifshitztest/rgw/notifications: do not delay http responses...
2024-04-10 kchheda3rgw/notification: Load bucket attrs before calling...
2024-04-10 Yuval Lifshitztest/rgw/noitifications: run basic/http/migration tests...
2024-04-10 Yuval Lifshitzrgw/notifications: run v2 migration tests in teuthology
2024-04-10 Ali MasarwaRGW/Rados: Migrate topics to data path v2
2024-04-10 kchheda3rgw/notification: Support generating multisite sync...
2024-04-10 kchheda3rgw/notification: Make the Replication events to be...
next