-
Notifications
You must be signed in to change notification settings - Fork 4k
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
DOCS - Narrow the scope of resources the suggested IAM policy grants access to #4403
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Welcome @trumant! |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: trumant The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
CLA completed |
CLA is now signed. Maybe the PR status will get updated. |
/check-cla |
112d8db
to
e273611
Compare
/assign @gjtempleton In the suggested new recommendation for the IAM role this would require users to then update the CA's IAM role as well. I wonder if a better approach would be documenting a range of approaches for users (the immediate alternative that comes to mind is restricting by a known conditional on tags on the ASGs)? |
@gjtempleton Great feedback and I appreciate the review. I'll see what I can cook up. |
Hi @trumant have you had a chance to address this? I ask as I was planning on revisiting this area of the docs to make a number of changes based on this, and other user feedback and don't want to step on your toes but would like to include recommendations along the same lines as this. |
/close |
@gjtempleton: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The previous policy suggested that the autoscaler be granted permissions that would allow it to modify any auto scaling group within the account.
The revised guidance explains how to narrow the resources where permissions are granted more appropriately.