summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_common.h
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2024-02-11 18:29:44 +0100
committerCasey Bodley <cbodley@redhat.com>2024-04-10 19:09:16 +0200
commit27fb7178509e1fb8dde132044a0446149ccb6e17 (patch)
treeb65576a4c20b2b12ad1f59f4730496b21a8d0eae /src/rgw/rgw_common.h
parentrgw/iam: add Group/GroupPolicy APIs (diff)
downloadceph-27fb7178509e1fb8dde132044a0446149ccb6e17.tar.xz
ceph-27fb7178509e1fb8dde132044a0446149ccb6e17.zip
rgw: rename iam_user_policies to iam_identity_policies
identity policies can come from iam groups and roles too Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/rgw/rgw_common.h')
-rw-r--r--src/rgw/rgw_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h
index f8ca6988e78..d9e4d75a4fd 100644
--- a/src/rgw/rgw_common.h
+++ b/src/rgw/rgw_common.h
@@ -1331,7 +1331,7 @@ struct req_state : DoutPrefixProvider {
rgw::IAM::Environment env;
boost::optional<rgw::IAM::Policy> iam_policy;
boost::optional<PublicAccessBlockConfiguration> bucket_access_conf;
- std::vector<rgw::IAM::Policy> iam_user_policies;
+ std::vector<rgw::IAM::Policy> iam_identity_policies;
/* Is the request made by an user marked as a system one?
* Being system user means we also have the admin status. */