Help Center/ Cloud Service Engine/ API Reference/ Permissions and Supported Actions/ Actions Supported by Policy-based Authorization
Updated on 2025-12-01 GMT+08:00

Actions Supported by Policy-based Authorization

This section describes the actions supported by CSE in policy-based authorization.

Supported Actions

CSE provides system-defined policies that can be directly used in IAM. You can also create custom policies to supplement system-defined policies for more refined access control Operations supported by policies are specific to APIs. The following are common concepts related to policies:

  • Permissions: Statements in a policy that allow or deny certain operations.
  • APIs: REST APIs that can be called by a user who has been granted specific permissions.
  • Actions: specific operations that are allowed or denied in a custom policy.
  • Dependencies: actions which a specific action depends on. When allowing an action for a user, you also need to allow any existing action dependencies for that user.
  • IAM projects/Enterprise projects: the authorization scope of a custom policy. A custom policy can be applied to IAM projects or enterprise projects or both. Policies that contain actions for both IAM and enterprise projects can be used and applied for both IAM and Enterprise Management. Policies that contain actions only for IAM projects can be used and applied to IAM only. Administrators can check whether an action supports IAM projects or enterprise projects in the action list. For details about the differences between IAM and enterprise management, see Differences Between IAM and Enterprise Management.

CSE supports the following actions in custom policies:

Table 1 Actions in custom policies:

Permission

API

Action

Dependencies

IAM Project

Enterprise project

List all microservice engines

GET /v2/{project_id}/enginemgr/engines

cse:engine:list

None

View engine information

GET /v2/{project_id}/enginemgr/engines/{engine_id}

cse:engine:get

  • cse:engine:list
  • elb:loadbalancers:list
  • elb:listeners:list
  • elb:loadbalancers:get
  • elb:listeners:get

Upgrade an engine

PUT /v2/{project_id}/enginemgr/engines/{engine_id}/upgrade

cse:engine:upgrade

  • cse:engine:list
  • cse:engine:get

Delete an engine

DELETE /v2/{project_id}/enginemgr/engines/{engine_id}

cse:engine:delete

  • cse:engine:list
  • cse:engine:get
  • vpc:ports:get
  • vpc:ports:delete

Create an engine

POST /v2/{project_id}/enginemgr/engines

cse:engine:create

  • cse:engine:get
  • cse:engine:list
  • ecs:cloudServerFlavors:get
  • vpc:vpcs:get
  • vpc:vpcs:list
  • vpc:subnets:get
  • vpc:ports:get
  • vpc:ports:create
  • elb:loadbalancers:list
  • elb:listeners:list
  • elb:loadbalancers:get
  • elb:listeners:get

Change microservice engine specifications

PUT /v2/{project_id}/enginemgr/engines/{engine_id}/resize

cse:engine:modify

  • cse:engine:list
  • cse:engine:get

Update microservice engine configurations

PUT /v2/{project_id}/enginemgr/engines/{engine_id}/config

cse:engine:modify

  • cse:engine:list
  • cse:engine:get

Retry an exclusive servicecomb engine job

PUT /v2/{project_id}/enginemgr/engines/{engine_id}/actions

cse:engine:modify

  • cse:engine:list
  • cse:engine:get

Modify ServiceComb engine configuration management

PUT /v1/{project_id}/kie/kv/{kv_id}

cse:config:modify

  • cse:engine:list
  • cse:engine:get
  • cse:config:get

View ServiceComb engine configuration management

GET /v1/{project_id}/kie/kv/{kv_id}

cse:config:get

  • cse:engine:list
  • cse:engine:get

Modify the governance center of a ServiceComb engine

PUT /v3/{project_id}/govern/governance/{kind}/{policy_id}

cse:governance:modify

  • cse:engine:list
  • cse:engine:get
  • cse:config:get
  • cse:config:modify
  • cse:registry:get
  • cse:registry:modify
  • cse:governance:get

View the governance center of a ServiceComb engine

GET /v3/{project_id}/govern/governance/display

cse:governance:get

  • cse:engine:list
  • cse:engine:get
  • cse:config:get
  • cse:registry:get

View namespace resources of a Nacos engine

GET /v1/{project_id}/nacos/v1/console/namespaces

cse:namespace:read

cse:engine:get

Modify namespace resources of a Nacos engine

PUT /v1/{project_id}/nacos/v1/console/namespaces

cse:namespace:write

  • cse:engine:get
  • cse:namespace:read

View service registry management

-

cse:registry:get

  • cse:engine:list
  • cse:engine:get
  • cse:config:get

Modify service registry and management

-

cse:registry:modify

  • cse:engine:list
  • cse:engine:get
  • cse:config:get