From: Zac Dover Date: Mon, 11 Nov 2024 23:54:56 +0000 (+1000) Subject: doc/radosgw: s/Poliicy/Policy/ X-Git-Tag: testing/wip-vshankar-testing-20241118.055430-debug~25^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=961aef1bb4e59912ac1c8827a392c18b912c71f0;p=ceph-ci.git doc/radosgw: s/Poliicy/Policy/ Correct "AttachGroupPoliicy" to "AttachGroupPolicy". Fixes: https://tracker.ceph.com/issues/68902 Signed-off-by: Zac Dover --- diff --git a/doc/radosgw/account.rst b/doc/radosgw/account.rst index 4ab5aab5d0a..6dab997d93e 100644 --- a/doc/radosgw/account.rst +++ b/doc/radosgw/account.rst @@ -77,14 +77,14 @@ allow it. The account root user can add identity policies to its users in several ways. * Add policy directly to the user with the ``iam:PutUserPolicy`` and - ``iam:AttachUserPoliicy`` actions. + ``iam:AttachUserPolicy`` actions. * Create an IAM group and add group policy with the ``iam:PutGroupPolicy`` and - ``iam:AttachGroupPoliicy`` actions. Users added to that group with the + ``iam:AttachGroupPolicy`` actions. Users added to that group with the ``iam:AddUserToGroup`` action will inherit all of the group's policy. * Create an IAM role and add role policy with the ``iam:PutRolePolicy`` and - ``iam:AttachRolePoliicy`` actions. Users that assume this role with the + ``iam:AttachRolePolicy`` actions. Users that assume this role with the ``sts:AssumeRole`` and ``sts:AssumeRoleWithWebIdentity`` actions will inherit all of the role's policy.