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": "*"
}
]
}
문제 해결에 도움이 되었나요?