Permissions¶
If you need to assign different permissions to personnel in your enterprise to access your IMS resources, Identity and Access Management (IAM) is a good choice for fine-grained permissions management. IAM provides identity authentication, permissions management, and access control, helping you secure access to your resources.
With IAM, you can create IAM users and assign permissions to control their access to specific resources. For example, if you want some software developers in your enterprise to use IMS resources but do not want them to delete the resources or perform any other high-risk operations, you can create IAM users and grant permission to use the resources but not permission to delete them.
If your account does not require individual IAM users for permissions management, you can skip this section.
IMS Permissions¶
New IAM users do not have any permissions assigned by default. You need to first add them to one or more groups and attach policies or roles to these groups. The users then inherit permissions from the groups and can perform specified operations on cloud services based on the permissions they have been assigned.
IMS is a project-level service deployed for specific regions. When you set Scope to Region-specific projects and select the specified projects in the specified regions, the users only have permissions for IMS resources in the selected projects. If you set Scope to All resources, the users have permissions for IMS resources in all region-specific projects. When accessing IMS, the users need to switch to the authorized region.
You can grant permissions by using roles and policies.
Roles: A coarse-grained authorization strategy provided by IAM to assign permissions based on users' job responsibilities. Only a limited number of service-level roles are available for authorization. Cloud services depend on each other. When you grant permissions using roles, you also need to attach any existing role dependencies. Roles are not ideal for fine-grained authorization and least privilege access.
¶ Role
Description
Dependencies
IMS Administrator
Administrator permissions for IMS
This role depends on the Tenant Administrator role.
Server Administrator
Permissions for creating, deleting, querying, modifying, and uploading images
This role depends on the IMS Administrator role in the same project.
Policies (recommended): A fine-grained authorization strategy that defines permissions required to perform operations on specific cloud resources under certain conditions. This type of authorization is more flexible and is ideal for least privilege access. For example, you can grant users only the permission to manage IMS resources of a certain type.
¶ Policy
Description
Dependencies
IMS FullAccess
All permissions for IMS
None
IMS ReadOnlyAccess
Read-only permissions for IMS. Users with these permissions can only view IMS data.
None
Table 3 lists the common operations supported by system-defined permissions for IMS.
Operation | IMS FullAccess | IMS ReadOnlyAccess | IMS Administrator (Depending on Tenant Administrator) |
---|---|---|---|
Creating images | Y | x | Y |
Deleting images | Y | x | Y |
Querying images | Y | Y | Y |
Updating image information | Y | x | Y |