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

Document what permissions the CDK needs. #430

Open
ghost opened this issue Nov 25, 2022 · 0 comments
Open

Document what permissions the CDK needs. #430

ghost opened this issue Nov 25, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 25, 2022

The CDK v2 provides roles for this, and your user just needs to be able to assume those roles. You can look at the roles to see what actual permissions are required (it could conceivably change with updates).

The roles are created by bootstrapping, which is most easily done via admin access, but you can use a different account after that.

This Stack Overflow answer has the basics of assuming the roles: https://stackoverflow.com/a/61102280/416467

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants