You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great if the docs listed the minimum set of aws permissions needed to run gordon apply. The permission I eventually got to work are:
iam:*
s3:*
cloudformation:*
lambda:*
I'm happy to open a PR to update the docs, but I wanted to get some feedback on the list. In particular, if any of the permissions can be more specific.
The text was updated successfully, but these errors were encountered:
A minimal permission set would be very helpful. For example, iam:* is excessively broad: it allows creating users, adding users to groups, changing passwords etc.
It'd be great if the docs listed the minimum set of aws permissions needed to run
gordon apply
. The permission I eventually got to work are:I'm happy to open a PR to update the docs, but I wanted to get some feedback on the list. In particular, if any of the permissions can be more specific.
The text was updated successfully, but these errors were encountered: