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
After version 5.3.0, using both parent_profile and source_profile in the same profile does not work. My use case is to set mfa_serial in the parent profile and then import that to other profiles without setting mfa_serial everywhere. I understand that the change in 5.3.0 was made to prevent a profile from referring to itself but it seems it might have this side effect.
After version 5.3.0, using both
parent_profile
andsource_profile
in the same profile does not work. My use case is to setmfa_serial
in the parent profile and then import that to other profiles without settingmfa_serial
everywhere. I understand that the change in 5.3.0 was made to prevent a profile from referring to itself but it seems it might have this side effect.My ~/.aws/config:
aws-vault exec --debug dev:
If I replace
parent_profile
withmfa_serial
it works as usual.The text was updated successfully, but these errors were encountered: