From f08400cd03dad1629b997d1cc6222f1e85be3c87 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 12 Nov 2024 09:54:56 +1000 Subject: [PATCH] doc/radosgw: s/Poliicy/Policy/ Correct "AttachGroupPoliicy" to "AttachGroupPolicy". Fixes: https://tracker.ceph.com/issues/68902 Signed-off-by: Zac Dover (cherry picked from commit 961aef1bb4e59912ac1c8827a392c18b912c71f0) --- doc/radosgw/account.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/radosgw/account.rst b/doc/radosgw/account.rst index 4ab5aab5d0a96..6dab997d93e67 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. -- 2.39.5