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
Currently, we have faced some issues while implementing the bootstrapping of our aws accounts using the version 29 of the template provided by AWS.
Specifically, the new template denies all the assume role on the CDK roles when an external id is provided Code Reference, but the github pipeline adds it automatically, and doesn't provide any mechanism to avoid setting it up Code Reference
I'm opening this issue to ask for a solution that allows the consumer of this package to avoid setting up such property, in order to consume the new bootstrap configuration without issues.