Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Permissions

Updated on 2024-10-15 GMT+08:00

If you need to assign different permissions to employees in your enterprise to access your CSE resources, 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 use your public cloud account to create IAM users for your employees, and assign permissions to the users to control their access to specific resource types. For example, you want the software developers in your enterprise to have the permission to use CSE, but do not want them to have the permission to perform high-risk operations such as deletion. Then, you can use IAM to create users for developers and grant them only the permissions required for using CSE resources.

If your public cloud account does not need individual IAM users for permissions management, you may skip over this chapter.

IAM is free of charge. You pay only for the resources in your account. For more information about IAM, see the IAM Service Overview.

CSE Permissions

By default, new IAM users do not have any permissions assigned. You need to add a user to one or more user groups, and assign permission policies to the user groups. The user then inherits permissions from the user groups. This process is known as authorization. After authorization, the user can perform specified operations on CSE based on the permissions.

CSE is a project-level service deployed and accessed in specific physical regions. To assign CSE permissions to a user group, specify the scope as region-specific projects and select projects for the permissions to take effect. If All projects is selected, the permissions will take effect for the user group in all region-specific projects. When accessing CSE, the users need to switch to a region where they have been authorized to use this service.

You can grant users permissions by using roles and policies.

  • Roles: A coarse-grained authorization mechanism provided by IAM to define permissions based on users' job responsibilities. There are only a limited number of roles for granting permissions to users. When you grant permissions using roles, you also need to assign dependency roles. However, roles are not an ideal choice for fine-grained authorization and secure access control.
  • Policies are 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 and secure access control.

Table 1 lists all the system policies supported by CSE.

Table 1 CSE system permissions

Role/Policy Name

Description

Type

Dependency

CSE FullAccess

Administrator permissions for Cloud Service Engine.

Policy

None

CSE ReadOnlyAccess

View permissions for Cloud Service Engine.

Policy

None

If the listed permissions in Table 1 do not meet actual requirements, you can Creating a Custom Policy for a Microservice Engine.

For details about the service permissions required by CSE functions, see Table 2.

Table 2 Roles/Policies dependencies of the CSE console

Console Function

Dependency

Role/Policy Required

Engine deletion and creation

Virtual Private Cloud (VPC)

To create or delete an engine, an IAM user must be granted the VPC ReadOnlyAccess permission.

Dashboard

Application Operations Management (AOM)

To view chart data such as dashboard data, an IAM user must be granted the AOM ReadOnlyAccess permission.

Tag management

Tag Management Service (TMS)

To use TMS to add tags to the ServiceComb engine or Nacos engine, an IAM user must be granted the TMS ReadOnlyAccess permission to identify and manage ServiceComb engines or Nacos engines.

IAM user import

Identity and Access Management (IAM)

To import IAM users, the IAM ReadOnlyAccess permission is required.

Table 3 lists the common operations for each system-defined policy or role of CSE. Select policies or roles as needed.

Table 3 Common operations supported by each system policy

Operation

CSE ReadOnlyAccess

CSE FullAccess

Create a microservice engine

x

Maintain a microservice engine

x

Query a microservice engine

Delete a microservice engine

x

Create a microservice

x

Query a microservice

Maintain a microservice

x

Delete a microservice

x

Create microservice configurations

x

Query microservice configurations

Edit microservice configurations

x

Delete microservice configurations

x

Create a microservice governance policy

x

Query a microservice governance policy

Edit a microservice governance policy

x

Delete a microservice governance policy

x

To use a custom fine-grained policy, log in to IAM as the administrator and select fine-grained permissions of CSE as required. Table 4 describes fine-grained permission dependencies of CSE.

Table 4 Fine-grained permission dependencies of CSE

Permission

Description

Permission Dependency

Application Scenario

cse:engine:list

List all microservice engines

None

  • View ServiceComb engine list
  • View Nacos engine list

cse:engine:get

View engine information

  • cse:engine:list
  • View ServiceComb engine details
  • View Nacos engine details

cse:engine:modify

Modify an engine

  • cse:engine:list
  • cse:engine:get
  • Enable/Disable public network access to ServiceComb engines
  • Enable/Manage security authentication for ServiceComb engines
  • Retry a ServiceComb engine task
  • Enable/Disable security authentication for Nacos engines
  • Manage a Nacos user and role
  • Manage relationship between namespaces and enterprise projects

cse:engine:upgrade

Upgrade an engine

  • cse:engine:list
  • cse:engine:get
  • Upgrade a ServiceComb engine
  • Upgrade a Nacos engine

Upgrades include version upgrade and specification change.

cse:engine:delete

Delete an engine

  • cse:engine:list
  • cse:engine:get
  • vpc:ports:get
  • vpc:ports:delete
  • Delete a ServiceComb engine
  • Delete a Nacos engine

cse:engine:create

Create an engine

  • cse:engine:get
  • cse:engine:list
  • ecs:cloudServerFlavors:get
  • vpc:vpcs:get
  • vpc:vpcs:list
  • vpc:subnets:get
  • vpc:ports:get
  • vpc:ports:create
  • Create a ServiceComb engine
  • Back up a ServiceComb engine/Restore task creation
  • Create a Nacos engine

cse:config:modify

Modify ServiceComb engine configuration management

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

Modify global and governance configurations of a ServiceComb engine

cse:config:get

View ServiceComb engine configuration management

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

View service configurations for a ServiceComb engine

cse:governance:modify

Modify the governance center of a ServiceComb engine

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

Create and modify service governance of a ServiceComb engine

cse:governance:get

View the governance center of a ServiceComb engine

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

View service governance on a ServiceComb engine

cse:registry:modify

Modify service registry and management of a ServiceComb engine

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

Modify a ServiceComb engine

cse:registry:get

View service registry and management of a ServiceComb engine

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

View service catalog on a ServiceComb engine

cse:namespace:read

View namespace resources of a Nacos engine

cse:engine:get

View Nacos service list and configuration list

cse:namespace:write

Modify namespace resources of a Nacos engine

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

Modify Nacos service list and configuration list resources

Sitemizi ve deneyiminizi iyileştirmek için çerezleri kullanırız. Sitemizde tarama yapmaya devam ederek çerez politikamızı kabul etmiş olursunuz. Daha fazla bilgi edinin

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback