Skip to content

Commit

Permalink
docs(autok3s): update RAM for aliyun and IAM for aws provider
Browse files Browse the repository at this point in the history
  • Loading branch information
JacieChao authored and Jason-ZW committed Feb 4, 2021
1 parent a21cbd4 commit 07c5e2b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
9 changes: 8 additions & 1 deletion docs/i18n/en_us/alibaba/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,14 @@ This provider needs certain permissions to access Alibaba Cloud, so need to crea
"ecs:RunInstances",
"ecs:ListTagResources",
"ecs:StartInstances",
"ecs:StopInstances"
"ecs:StopInstances",
"ecs:CreateSecurityGroup",
"ecs:ModifySecurityGroupRule",
"ecs:ModifySecurityGroupEgressRule",
"ecs:DescribeSecurityGroup*",
"ecs:AuthorizeSecurityGroup",
"ecs:RevokeSecurityGroup",
"ecs:RevokeSecurityGroupEgress"
],
"Resource": [
"*"
Expand Down
3 changes: 2 additions & 1 deletion docs/i18n/en_us/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ For example:
"ec2:DeleteTags",
"elasticloadbalancing:Describe*",
"iam:Get*",
"iam:List*"
"iam:List*",
"iam:PassRole"
],
"Resource": "*"
}
Expand Down
9 changes: 8 additions & 1 deletion docs/i18n/zh_cn/alibaba/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@ export ECS_ACCESS_KEY_SECRET='<secret-access>'
"ecs:RunInstances",
"ecs:ListTagResources",
"ecs:StartInstances",
"ecs:StopInstances"
"ecs:StopInstances",
"ecs:CreateSecurityGroup",
"ecs:ModifySecurityGroupRule",
"ecs:ModifySecurityGroupEgressRule",
"ecs:DescribeSecurityGroup*",
"ecs:AuthorizeSecurityGroup",
"ecs:RevokeSecurityGroup",
"ecs:RevokeSecurityGroupEgress"
],
"Resource": [
"*"
Expand Down
3 changes: 2 additions & 1 deletion docs/i18n/zh_cn/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export AWS_SECRET_ACCESS_KEY='<secret-key>'
"ec2:DeleteTags",
"elasticloadbalancing:Describe*",
"iam:Get*",
"iam:List*"
"iam:List*",
"iam:PassRole"
],
"Resource": "*"
}
Expand Down

0 comments on commit 07c5e2b

Please sign in to comment.