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
We have a set of updatecli manifests using source of type "shell" running aws CLI.
On our CI system (where updatecli usually run), it works very well.
But when we have to execute the manifests on our machine (with our AWS + MFA + "assumerole" personal credentials), the flag --profile must be specified for the commands to succeed.
We should find a technique to pass the flag to updatecli.
The text was updated successfully, but these errors were encountered:
We have a set of updatecli manifests using source of type "shell" running
aws
CLI.On our CI system (where updatecli usually run), it works very well.
But when we have to execute the manifests on our machine (with our AWS + MFA + "assumerole" personal credentials), the flag
--profile
must be specified for the commands to succeed.We should find a technique to pass the flag to updatecli.
The text was updated successfully, but these errors were encountered: