We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在公司账号上用这个工具,账号上有多个域名,我并不想给这个账号FullAccess权限,因此写了一个使用此工具的最小权限策略。可以加到文档里,如果有类似需求可以直接用。
阿里云策略内容:
{ "Version": "1", "Statement": [ { "Action": [ "alidns:DescribeSubDomainRecords", "alidns:DeleteDomainRecord", "alidns:AddDomainRecord", "alidns:UpdateDomainRecord" ], "Resource": "acs:alidns:*:*:domain/yourdomain.com", "Effect": "Allow" } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我在公司账号上用这个工具,账号上有多个域名,我并不想给这个账号FullAccess权限,因此写了一个使用此工具的最小权限策略。可以加到文档里,如果有类似需求可以直接用。
阿里云策略内容:
The text was updated successfully, but these errors were encountered: