-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Propagate AWS CodePipeline action roles #14263
Conversation
Lgtm |
Hi @celkins Thanks for the work here - unfortunately, the tests are not passing here
Any chance you could take a look? Thanks Paul |
@celkins maybe the policy |
@stack72 That was an unintended side-effect of commenting out some code to make the acceptance test run faster. I'll update the branch to fix it. |
Excellent! Thanks for fixing this up @celkins :) LGTM!
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
CodePipeline stage actions can optionally specify an IAM execution role. The provider nominally supports them, but they don't seem to be getting passed to/from AWS.
(Please forgive any non-idiomatic Go syntax. It is not in my wheelhouse.)