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
When I run assume-role, it doesn't ask for my MFA and it just spits out the current variables:
MinGW 04:43:06 ~$ assume-role.exe eo
$env:AWS_ACCESS_KEY_ID="xxx"$env:AWS_SECRET_ACCESS_KEY="xxx"$env:AWS_SESSION_TOKEN=""$env:AWS_SECURITY_TOKEN=""$env:ASSUMED_ROLE="eo"# Run this to configure your shell:# C:\Users\xxx\workspace\programs\bin\assume-role.exe eo | Invoke-Expression
However, if I unset those environment variables, assume-role works properly and asks for my MFA and then gives me new environment variables.
The text was updated successfully, but these errors were encountered:
I have the main two aws environment variables already set:
When I run assume-role, it doesn't ask for my MFA and it just spits out the current variables:
However, if I unset those environment variables, assume-role works properly and asks for my MFA and then gives me new environment variables.
The text was updated successfully, but these errors were encountered: