-
Notifications
You must be signed in to change notification settings - Fork 295
List of IAM permissions #88
Comments
The controller IAM permissions are here: And directly continues with the IAM permissions for the worker here: |
@pieterlange thanks a lot ;) but these are the permissions that are set up for the IAM instance role right ? What about the minimum permissions needed for the IAM credentials used by a kube-aws operator when running |
Oh, like that. I think that's going to be difficult, as you need to be able to create new IAM roles from the account that's used for Edit: If you find a decent workaround be sure to follow up, i'm sure more people here would like this. 😉 |
Related: https://aws.amazon.com/blogs/devops/aws-cloudformation-security-best-practices/ I don't have time to dive into this, but it's seems doable. |
@ArchiFleKs currently there's no documentation for which type of permission you need. To found all the permission you can run the kube-aws up command, wait for finish, go to cloudtrail and parse all the logs. |
@gianrubio Thanks that a good ideas, i'll test it and report back here with a list if other find this information useful |
Hi @ArchiFleKs, thanks for taking time on this! |
@mumoshu I completly forgot about it, thanks for reminding me :) |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. 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. |
Hi, it would be nice to have precise list of IAM permissions needed to be successfully deploy a cluster.
For example to delegate cluster creation to a non-admin IAM account.
The text was updated successfully, but these errors were encountered: