Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Tencent Cloud Infrastructure as Code | TIC_QCSLinkedRoleInInfrastructureAsCode | Service-Related Roles | infrastructureascode.tic.cloud.tencent.com |
Use Cases: The current role is the TIC service role, this role is used to authorize TIC to orchestrate CVM, VPC, COS and other service resources, without the need for user escrow keys, and the operation is more efficient and safe.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"action": [
"cvm:*",
"vpc:*",
"clb:*",
"as:*",
"cmqtopic:*",
"cmqqueue:*",
"ccs:*",
"scf:*",
"tag:*",
"monitor:*",
"cfs:*",
"cos:*",
"ckafka:*",
"apigw:*",
"cdb:*",
"mongodb:*",
"redis:*",
"cynosdb:*",
"dcdb:*",
"tcaplusdb:*",
"cdn:*",
"gaap:*",
"es:*",
"gme:*",
"sms:*",
"ssl:*",
"cam:*",
"bgpip:*",
"waf:*",
"finance:*",
"cloudaudit:*",
"sqlserver:*",
"postgres:*",
"vod:*",
"cls:*",
"sls:*",
"tcr:*",
"ecdn:*",
"kms:*"
],
"resource": "*",
"effect": "allow"
}
]
}
문제 해결에 도움이 되었나요?