This section describes fine-grained permissions management for your GaussDB(DWS) service using IAM. You can skip this section if your cloud account already satisfies your needs.
By default, new IAM users do not have permissions assigned. You need to add the users to one or more groups, and attach permissions policies or roles to these groups. Users inherit permissions from the groups to which they are added and can perform specified operations on cloud services based on the permissions.
You can grant users permissions by using roles and policies. Roles are provided by IAM to define service-based permissions depending on users' job responsibilities. Policies define API-based permissions for operations on specific resources under certain conditions, allowing for more fine-grained, secure access control of cloud resources.
Policy-based authorization is useful if you want to allow or deny the access to an API.
An account has all of the permissions required to call all APIs, but IAM users must have the required permissions specifically assigned. The permissions required for calling an API are determined by the actions supported by the API. Only users who have been granted permissions allowing the actions can call the API successfully. For example, if an IAM user wants to query the GaussDB(DWS) cluster list using an API, the user must have been granted permissions that allow the dws:openAPICluster:list action.
DWS provides system-defined policies that can be directly used in IAM. Database administrators can also create custom policies and use them to supplement system-defined policies, implementing more refined access control. Actions supported by policies are specific to APIs. The following are common concepts related to policies:
The check mark (√) indicates that an action takes effect. The cross mark (x) indicates that an action does not take effect.
GaussDB(DWS) supports the following actions that can be defined in custom policies:
Permissions |
APIs |
Actions |
IAM Project
|
Enterprise Project
|
---|---|---|---|---|
Creating clusters |
POST /v1.0/{project_id}/clusters |
dws:openAPICluster:create |
√ |
√ |
Querying the cluster list |
GET /v1.0/{project_id}/clusters |
dws:openAPICluster:list |
√ |
√ |
Querying cluster details |
GET /v1.0/{project_id}/clusters/{cluster_id} |
dws:openAPICluster:getDetail |
√ |
√ |
Querying the node type |
GET /v2/{project_id}/node-types |
dws:openAPIFlavors:get |
√ |
√ |
Deleting clusters |
DELETE /v1.0/{project_id}/clusters/{cluster_id} |
dws:openAPICluster:delete |
√ |
√ |
Restarting clusters |
POST /v1.0/{project_id}/clusters/{cluster_id}/restart |
dws:openAPICluster:restart |
√ |
√ |
Scales out a cluster. |
POST /v1.0/{project_id}/clusters/{cluster_id}/resize |
dws:cluster:scaleOutOrOpenAPIResize |
√ |
√ |
Resetting the cluster administrator password |
POST /v1.0/{project_id}/clusters/{cluster_id}/reset-password |
dws:openAPICluster:resetPassword |
√ |
√ |
Permissions |
APIs |
Actions |
IAM Project
|
Enterprise Project
|
---|---|---|---|---|
Creating snapshots |
POST /v1.0/{project_id}/snapshots |
dws:openAPISnapshot:create |
√ |
√ |
Querying the snapshot list |
GET /v1.0/{project_id}/snapshots |
dws:openAPISnapshot:list |
√ |
√ |
Querying snapshot details |
GET /v1.0/{project_id}/snapshots/{snapshot_id} |
dws:openAPISnapshot:detail |
√ |
√ |
Deleting snapshots |
DELETE /v1.0/{project_id}/snapshots/{snapshot_id} |
dws:openAPISnapshot:delete |
√ |
√ |
Restoring clusters |
POST /v1.0/{project_id}/snapshots/{snapshot_id}/actions |
dws:openAPISnapshot:restore |
√ |
√ |
Permissions |
APIs |
Actions |
IAM Project
|
Enterprise Project
|
---|---|---|---|---|
Adding a resource tag |
POST /v1.0/{project_id}/clusters/{resource_id}/tags |
dws:openAPITag:add |
√ |
√ |
Adding and deleting resource tags in batches |
POST /v1.0/{project_id}/clusters/{resource_id}/tags/action |
dws:openAPITag:update |
√ |
√ |
Querying resources by tag |
POST /v1.0/{project_id}/clusters/resource_instances/action |
dws:openAPITag:getResourceByTag |
√ |
√ |
Querying resource tags |
GET /v1.0/{project_id}/clusters/{resource_id}/tags |
dws:openAPITag:getResourceTag |
√ |
√ |
Querying tags in a specified project |
GET /v1.0/{project_id}/clusters/tags |
dws:openAPITag:list |
√ |
√ |
Deleting a tag |
DELETE /v1.0/{project_id}/clusters/{resource_id}/tags/{key} |
dws:openAPITag:delete |
√ |
√ |