mirror of
https://github.com/ceph/ceph
synced 2024-12-30 07:23:11 +00:00
doc/radosgw/role.rst: fix typos
Signed-off-by: wangyunqing <wangyunqing@inspur.com>
This commit is contained in:
parent
5dccba839b
commit
066c065508
@ -4,7 +4,7 @@
|
||||
|
||||
A role is similar to a user and has permission policies attached to it, that determine what a role can or can not do. A role can be assumed by any identity that needs it. If a user assumes a role, a set of dynamically created temporary credentials are returned to the user. A role can be used to delegate access to users, applications, services that do not have permissions to access some s3 resources.
|
||||
|
||||
The following radosgw-admin commands can be used to create/ delete/ update a role and permissions asscociated with a role.
|
||||
The following radosgw-admin commands can be used to create/ delete/ update a role and permissions associated with a role.
|
||||
|
||||
Create a Role
|
||||
-------------
|
||||
@ -409,4 +409,4 @@ Delete Policy attached to a Role
|
||||
--------------------------------
|
||||
|
||||
Example::
|
||||
POST "<hostname>?Action=DeleteRolePolicy&RoleName=S3Access&PolicyName=Policy1"
|
||||
POST "<hostname>?Action=DeleteRolePolicy&RoleName=S3Access&PolicyName=Policy1"
|
||||
|
Loading…
Reference in New Issue
Block a user