CAM Overview
Features
Scenarios
Basic Concepts
Use Limits
User Types
| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| RocketMQ | RocketMQ_QCSLinkedRoleInSendSSLcertificate | Service-Related Roles | sendSSLcertificate.rocketmq.cloud.tencent.com |
Use Cases: This role is to obtain the the SSL certificate maintained in Tencent Cloud and distributing it to the server of the message queue. The current role is the CAM service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"ssl:DescribeCertificateDetail",
"ssl:DescribeCertificates",
"ssl:UploadCertificate"
],
"resource": "*"
}
]
}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback