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
Unsure if this is a bug or intended and I am misusing something. Unavble to to set up cross account pipeline role. This seems referenced in #49 but I ham unable to get any of the 'hacks` to work and it seems closed.
given the following roles on accountB with relevant policies
Thanks for reporting @amwill04 . I believe you're running into this issue: #3025 . It was fixed in PR #3716 . Can you confirm you're using version 1.8.0, which is the first version that PR was included in?
Ah! Thats it. I thought it would get the account from the aws credentials with the profile flag. I havent ran it but from synth it now doesnt have that random ref there.
Was I just being slow and missing this in the docs?
Unsure if this is a bug or intended and I am misusing something. Unavble to to set up cross account pipeline role. This seems referenced in #49 but I ham unable to get any of the 'hacks` to work and it seems closed.
given the following
roles
onaccountB
with relevantpolicies
arn:aws:iam::accountB:role/deployer
arn:aws:iam::accountB:role/crossaccount
on the
pipeline
action
onacccountA
will produce the following
template
which will fail as it is creating apolicy
and attaching arole
that does not exist.It is creating a
policy
with a role that does not exist.The text was updated successfully, but these errors were encountered: