-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/pipelinesCDK Pipelines libraryCDK Pipelines librarybugThis issue is a bug.This issue is a bug.effort/mediumMedium work item – several days of effortMedium work item – several days of effortp2
Milestone
Description
The role(s) created (or used) by PublishAssetsAction currently requests sts:AssumeRole on all asset publishing roles (*-file-publishing-role-* or *-image-publishing-role-*).
While these role names are the default created by the bootstrapping process, it's possible that users may have specified custom publishing roles, in which case the above will not work. The remote role ARNs should actually come from the user app and not be hard coded in the pipelines library. Users are allowed to specify any role ARNs they want for publishing.
Other
See #9243 (comment) for more background.
This is 🐛 Bug Report
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/pipelinesCDK Pipelines libraryCDK Pipelines librarybugThis issue is a bug.This issue is a bug.effort/mediumMedium work item – several days of effortMedium work item – several days of effortp2