Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加阿里云RAM精确的权限定义 #47

Open
eldereal opened this issue Jul 10, 2021 · 0 comments
Open

增加阿里云RAM精确的权限定义 #47

eldereal opened this issue Jul 10, 2021 · 0 comments
Labels

Comments

@eldereal
Copy link

我在公司账号上用这个工具,账号上有多个域名,我并不想给这个账号FullAccess权限,因此写了一个使用此工具的最小权限策略。可以加到文档里,如果有类似需求可以直接用。

阿里云策略内容:

{
    "Version": "1",
    "Statement": [
        {
            "Action": [
                "alidns:DescribeSubDomainRecords",
                "alidns:DeleteDomainRecord",
                "alidns:AddDomainRecord",
                "alidns:UpdateDomainRecord"
            ],
            "Resource": "acs:alidns:*:*:domain/yourdomain.com",
            "Effect": "Allow"
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants