{"version": "2.0","statement": [{"effect": "allow","resource":["qcs::tcm:gz:uin/1234567:mesh/mesh-abcd1234","qcs::tcm:gz:uin/1234567:mesh/mesh-1234abcd"],"action": ["name/tcm:DescribeMesh"]}]}
Resource | Resource Description Method in Authorization Policy |
Service mesh | qcs::tcm:$region:$account:mesh/$meshid |
$region
: describes region information. It is an ID of a region. For example, gz
is the ID of Guangzhou.$account
: describes root account information about a resource owner. It is expressed in the uin/${uin}
format, for example, uin/12345678
. If this field is left blank, it indicates the root account to which the CAM user who creates the policy belongs.$meshid
: describes mesh instance information. It is an ID of a mesh, or is set to *
.API | Description | Resource |
CreateMesh | Creating a service mesh | Mesh resource qcs::tcm:$region:$account:mesh/* |
DeleteMesh | Deleting a service mesh | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
DescribeMesh | Obtaining a specified service mesh | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
ListMeshes | Obtaining a service mesh list | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
ModifyMesh | Modifying service mesh configurations | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
UpgradeMesh | Upgrading a service mesh | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
API | Description | Resource |
ForwardRequestRead | Reading Istio CRD resources | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
ForwardRequestWrite | Writing Istio CRD resources | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
API | Description | Resource |
LinkClusterList | Associating a cluster with a service mesh instance | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
UnlinkCluster | Disassociating a cluster | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
API | Description | Resource |
CreateIngressGateway | Creating an ingress gateway | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
DeleteGatewayInstance | Deleting an ingress gateway | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
DescribeIngressGatewayList | Querying an ingress gateway list | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
ModifyIngressGateway | Modifying an ingress gateway | Mesh resource qcs::tcm:$region:$account:mesh/$meshid |
API | Description | Resource |
CreateTrial | Creating Tencent Cloud Mesh sample deployment | Authorizing only interfaces * |
DeleteTrial | Deleting Tencent Cloud Mesh sample deployment | Authorizing only interfaces * |
RetryTrialTask | Retrying creating Tencent Cloud Mesh sample deployment | Authorizing only interfaces * |
Was this page helpful?