]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: s/Poliicy/Policy/ 60707/head
authorZac Dover <zac.dover@proton.me>
Mon, 11 Nov 2024 23:54:56 +0000 (09:54 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 12 Nov 2024 03:48:14 +0000 (13:48 +1000)
Correct "AttachGroupPoliicy" to "AttachGroupPolicy".

Fixes: https://tracker.ceph.com/issues/68902
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 961aef1bb4e59912ac1c8827a392c18b912c71f0)

doc/radosgw/account.rst

index 4ab5aab5d0a9640a85f9366fac7ac8fd3dd133a1..6dab997d93e67a0edc0bc386e14aa9ca2c8ca557 100644 (file)
@@ -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.