diff options
author | Casey Bodley <cbodley@redhat.com> | 2024-02-02 18:47:22 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2024-04-10 19:09:16 +0200 |
commit | be4ba49ee6e8667db2c6ef499ae3f6c23f058ff6 (patch) | |
tree | 78b9424145dc635f27bdb6c1e20482ddcfa2974e /doc/radosgw | |
parent | doc/radosgw: start on iam/account docs (diff) | |
download | ceph-be4ba49ee6e8667db2c6ef499ae3f6c23f058ff6.tar.xz ceph-be4ba49ee6e8667db2c6ef499ae3f6c23f058ff6.zip |
doc/radosgw: document iam managed policies
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'doc/radosgw')
-rw-r--r-- | doc/radosgw/iam.rst | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/radosgw/iam.rst b/doc/radosgw/iam.rst index 230fd176dda..fa05280f4fa 100644 --- a/doc/radosgw/iam.rst +++ b/doc/radosgw/iam.rst @@ -153,5 +153,36 @@ OpenIDConnectProvider | **ListOpenIDConnectProviders** | | +---------------------------------+------------------------------------------+ +Managed Policies +---------------- + +The following managed policies are available for use with ``AttachGroupPolicy``, +``AttachRolePolicy`` and ``AttachUserPolicy``: + +IAMFullAccess + :Arn: ``arn:aws:iam::aws:policy/IAMFullAccess`` + :Version: v2 (default) + +IAMReadOnlyAccess + :Arn: ``arn:aws:iam::aws:policy/IAMReadOnlyAccess`` + :Version: v4 (default) + +AmazonSNSFullAccess + :Arn: ``arn:aws:iam::aws:policy/AmazonSNSFullAccess`` + :Version: v1 (default) + +AmazonSNSReadOnlyAccess + :Arn: ``arn:aws:iam::aws:policy/AmazonSNSReadOnlyAccess`` + :Version: v1 (default) + +AmazonS3FullAccess + :Arn: ``arn:aws:iam::aws:policy/AmazonS3FullAccess`` + :Version: v2 (default) + +AmazonS3ReadOnlyAccess + :Arn: ``arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess`` + :Version: v3 (default) + + .. _Amazon IAM API: https://docs.aws.amazon.com/IAM/latest/APIReference/welcome.html .. _Ceph Object Gateway S3 API: ../s3/ |