Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com> Co-authored-by: zhangyue <zhangyue164@huawei.com> Co-committed-by: zhangyue <zhangyue164@huawei.com>
8.6 KiB
Granting IAM User Groups Basic Permissions on All OBS Resources
Scenario
This topic describes how to use OBS system roles and policies preset in IAM to grant basic operation permissions for all OBS resources to multiple IAM users or user groups. The following table lists the permissions supported by preset system roles and policies.
Role/Policy Name |
Description |
Type |
---|---|---|
Tenant Administrator |
Users with this permission can perform all operations on all services except IAM. |
System-defined role |
Tenant Guest |
Users with this permission can perform read-only operations on all services except IAM. |
System-defined role |
OBS Administrator |
Users with this permission are OBS administrators and can perform any operations on all OBS resources under the account. |
System-defined policy |
OBS Buckets Viewer |
Users with this permission can list buckets, obtain basic bucket information, and obtain bucket metadata. |
System-defined role |
OBS ReadOnlyAccess |
Users with this permission can list buckets, obtain basic bucket information, obtain bucket metadata, and list objects (excluding the objects that have been versioned). NOTE:
If a user with this permission fails to list objects on OBS Console, there may be multiple versions of objects in the bucket. In this case, you need to grant the user the obs🪣ListBucketVersions permission so that the user can view different versions of objects on OBS Console. |
System-defined policy |
OBS OperateAccess |
Users with this permission can perform all ReadOnlyAccess operations on OBS and perform basic operations on objects, such as uploading, downloading, deleting objects, and obtaining object ACLs. NOTE:
If a user with this permission fails to list objects on OBS Console, there may be multiple versions of objects in the bucket. In this case, you need to grant the user the obs🪣ListBucketVersions permission so that the user can view different versions of objects on OBS Console. |
System-defined policy |
Recommended Configuration
IAM system roles and policies
Precautions
After a system role or policy is configured according to this case, if you log in to the system using OBS Console or OBS Browser+, a message may be displayed indicating that you do not have the permission.
Although the error message is displayed, the IAM users can still call the APIs to perform authorized operations.
When OBS OperateAccess is allowed, they can upload or download objects on OBS Console or OBS Browser+.
Procedure
- Log in to the management console using a cloud service account.
- On the top menu bar, choose Service List > Management & Deployment > Identity and Access Management.
- Create a user group and assign permissions.
Apply system roles or policies that meet requirements to the user group by following the instructions provided in the IAM document.
- Add the IAM user you want to authorize to the created user group.