Skip to content

Commit

Permalink
Merge pull request ceph#60705 from zdover23/wip-doc-2024-11-12-radosg…
Browse files Browse the repository at this point in the history
…w-account

doc/radosgw: s/Poliicy/Policy/
  • Loading branch information
anthonyeleven authored Nov 12, 2024
2 parents 546423c + 961aef1 commit bdd2903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/radosgw/account.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bdd2903

Please sign in to comment.