Product | Role Name | Role Types | Role Entity |
---|---|---|---|
cloudWaf | WAF_QCSLinkedRoleInCLS | Service-Related Roles | cls.waf.cloud.tencent.com |
cloudWaf | WAF_QCSLinkedRoleInAccess | Service-Related Roles | access.waf.cloud.tencent.com |
cloudWaf | WAF_QCSLinkedRoleInCKafka | Service-Related Roles | ckafka.waf.cloud.tencent.com |
Use Cases: The current role is the WAF 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": [
{
"action": [
"cls:getLogset",
"cls:listLogset",
"cls:getTopic",
"cls:listTopic",
"cls:UploadLog",
"cls:SearchLog",
"cls:searchLog",
"cls:pushLog",
"cls:pullLogs",
"cls:GetLog",
"cls:CreateLogset",
"cls:createLogset",
"cls:CreateTopic",
"cls:createTopic",
"cls:CreateIndex",
"cls:ModifyIndex",
"cls:modifyIndex",
"cls:DescribeIndex",
"monitor:GetMonitorData"
],
"resource": "*",
"effect": "allow"
}
]
}
Use Cases: The current role is the WAF 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": [
"dnspod:*",
"ssl:*",
"clb:*",
"vpc:DescribeAddress",
"vpc:CreateAddress",
"cvm:DescribeSecurityGroups",
"cvm:CreateSecurityGroupPolicy",
"cvm:CreateSecurityGroup",
"cvm:DescribeSecurityGroupPolicys",
"cvm:DescribeInstances",
"cvm:AssociateSecurityGroups",
"cvm:ModifyInstancesAttribute"
],
"resource": [
"*"
]
}
]
}
Use Cases: The current role is the WAF 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",
"resource": [
"*"
],
"action": [
"ckafka:DescribeInstanceAttributes",
"ckafka:DescribeTopicAttributes",
"ckafka:DescribeUser",
"ckafka:GetInstanceAttributes",
"ckafka:GetTopicAttributes",
"ckafka:DescribeTopicDetail",
"ckafka:GetInstanceAttributes",
"ckafka:GetTopicAttributes",
"ckafka:DescribeInstances",
"ckafka:DescribeInstancesDetail",
"ckafka:DescribeRoute",
"ckafka:DescribeTopic",
"ckafka:ListRoute",
"ckafka:ListTopic",
"monitor:GetMonitorData"
]
}
]
}
문제 해결에 도움이 되었나요?