首頁(yè)
訪問(wèn)控制
開(kāi)發(fā)參考
系統(tǒng)策略參考
AliyunServiceRolePolicyForGovernanceCloudNativeBlueprint
AliyunServiceRolePolicyForGovernanceCloudNativeBlueprint
更新時(shí)間:
AliyunServiceRolePolicyForGovernanceCloudNativeBlueprint 是專用于服務(wù)關(guān)聯(lián)角色的授權(quán)策略,會(huì)在創(chuàng)建服務(wù)關(guān)聯(lián)角色 AliyunServiceRoleForGovernanceCloudNativeBlueprint 時(shí)自動(dòng)授權(quán),以允許服務(wù)關(guān)聯(lián)角色代您訪問(wèn)其他云服務(wù)。本策略由對(duì)應(yīng)的阿里云服務(wù)按需更新,請(qǐng)勿將本策略授權(quán)給服務(wù)關(guān)聯(lián)角色之外的 RAM 身份使用。
策略詳情
類型:系統(tǒng)策略
創(chuàng)建時(shí)間:2022-12-22 08:39:25
更新時(shí)間:2023-07-19 02:24:48
當(dāng)前版本:v5
策略內(nèi)容
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ros:GetStack",
"ros:CreateStack",
"ros:ContinueCreateStack",
"ros:UpdateStack"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"ecs:ImportKeyPair",
"ecs:DescribeKeyPairs",
"ecs:ListTagResources",
"vpc:CreateVpc",
"vpc:DescribeVpcs",
"vpc:DescribeVSwitchAttributes",
"vpc:CreateVSwitch",
"vpc:CreateNatGateway",
"vpc:DescribeNatGateways",
"vpc:AllocateEipAddress",
"vpc:AssociateEipAddress",
"vpc:DescribeEipAddresses",
"vpc:CreateSnatEntry",
"vpc:ListTagResources",
"vpc:DescribeSnatTableEntries",
"vpc:DescribeRouteTableList",
"cs:CreateCluster",
"cs:DescribeClusterResources",
"cs:DescribeClusterDetail",
"cs:DescribeClusterNodePools",
"cs:DescribeClusterNodePoolDetail",
"cs:DescribeClusterCerts",
"cs:DescribeClusterUserKubeconfig",
"cs:CreateClusterNodePool",
"cs:AttachInstances",
"cs:DescribeClusterNodePoolDetail",
"cs:DescribeClusterNodes",
"cs:DescribeUserPermission",
"cs:GrantPermissions",
"cs:GetClusters"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"nat.aliyuncs.com"
]
}
}
},
{
"Effect": "Allow",
"Action": [
"ram:ListRoles"
],
"Resource": "acs:ram:*:*:role/*"
},
{
"Effect": "Allow",
"Action": "ram:GetRole",
"Resource": "acs:ram:*:*:role/resourcedirectoryaccountaccessrole"
},
{
"Action": "ram:DeleteServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "blueprint-cloud-native.governance.aliyuncs.com"
}
}
}
]
}
相關(guān)文檔
文檔內(nèi)容是否對(duì)您有幫助?