summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_sal.h
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2024-01-23 15:22:55 +0100
committerCasey Bodley <cbodley@redhat.com>2024-04-10 19:09:15 +0200
commit0571ca82d4c243922389a850d08ed052a6cb66fd (patch)
tree9c2b24b0831cde1d372656c5b66a1ff243016ab8 /src/rgw/rgw_sal.h
parentrgw/role: separate dump_iam_role() for iam api (diff)
downloadceph-0571ca82d4c243922389a850d08ed052a6cb66fd.tar.xz
ceph-0571ca82d4c243922389a850d08ed052a6cb66fd.zip
rgw/role: role APIs support account users
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/rgw/rgw_sal.h')
-rw-r--r--src/rgw/rgw_sal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_sal.h b/src/rgw/rgw_sal.h
index 910a4e5b142..01d06205f16 100644
--- a/src/rgw/rgw_sal.h
+++ b/src/rgw/rgw_sal.h
@@ -565,6 +565,7 @@ class Driver {
/** Get an IAM Role by name etc. */
virtual std::unique_ptr<RGWRole> get_role(std::string name,
std::string tenant,
+ rgw_account_id account_id,
std::string path="",
std::string trust_policy="",
std::string max_session_duration_str="",