diff options
author | Casey Bodley <cbodley@redhat.com> | 2024-01-23 15:22:55 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2024-04-10 19:09:15 +0200 |
commit | 0571ca82d4c243922389a850d08ed052a6cb66fd (patch) | |
tree | 9c2b24b0831cde1d372656c5b66a1ff243016ab8 /src/rgw/rgw_sal.h | |
parent | rgw/role: separate dump_iam_role() for iam api (diff) | |
download | ceph-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.h | 1 |
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="", |