Identity Authentication and Access Control
Identity Authentication
You can access CDM through the CDM console or open APIs. In either way, access requests are sent through the RESTful APIs provided by CDM.
CDM APIs can be accessed upon successful authentication. Requests sent through the CDM console and requests for calling APIs can both be authenticated using tokens.
Access Control
You can use Identity and Access Management (IAM) to implement fine-grained permissions management. IAM provides identity authentication, permissions management, and access control, helping you secure access to your HUAWEI CLOUD resources. For more information about IAM, see IAM Service Overview.
- Roles: A type of coarse-grained authorization mechanism that defines permissions related to user responsibilities. This mechanism provides only a limited number of service-level roles for authorization. When using roles to grant permissions, you need to also assign other roles on which the permissions depend to take effect. However, roles are not an ideal choice for fine-grained authorization and secure access control.
- Policies: A type of fine-grained authorization mechanism that defines permissions required to perform operations on specific cloud resources under certain conditions. This mechanism allows for more flexible policy-based authorization, meeting requirements for secure access control. For example, a specific user group is not allowed to delete a cluster. Only basic CDM operations (such as creating and querying jobs) are allowed.
Role/Policy Name |
Description |
Type |
---|---|---|
CDM Administrator |
Permissions:
|
System role |
CDM FullAccess |
Administrator permissions for CDM. Users granted these permissions can perform all operations on CDM resources. |
System-defined policy |
CDM FullAccessExceptEIPUpdating |
Users granted these permissions can perform all operations on CDM resources except binding and unbinding EIPs. |
System-defined policy |
CDM CommonOperations |
Users granted these permissions can operate CDM jobs and links. |
System-defined policy |
CDM ReadOnlyAccess |
Read-only permissions for CDM. Users granted these permissions can only view CDM clusters, links, and jobs. |
System-defined policy |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot