-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[pipelines/codepipeline] improve existing Action interface #9624
Comments
Facing an issue related with this when trying to add permissions to the Action Role. I'd prefer to have an interface like 'addToRolePolicy' in the CodeBuild module than having to define the role from scratch and assigning it to the Action. As the Role is not exposed directly I'm finding very hard to use the existing interfaces to modify this. |
Why do you need to add permissions to that Role @pcolazurdo ? |
In my case, I need to use a Full Clone to use AWS Copilot CLI - The permission setup for this are documented here and here |
I feel like that's more of a matter of the But thanks! |
I've also created a FR for the Additionally, in my use case, I also had to add a policy to let the CodeBuild Role to assume a Role created by AWS Copilot to let CodeBuild call a stack change (this is due to how Copilot works but I can see this happening with other tools/frameworks) |
This change is unlikely to be necessary anymore as we've changed strategies for #10872 |
|
Need to address the following:
actionProperties()/bind()/bound()
).More abstract things to think about:
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: