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
$ assume-role dev
export AWS_ACCESS_KEY_ID="..."export AWS_SECRET_ACCESS_KEY="..."export AWS_SESSION_TOKEN="..."export AWS_SECURITY_TOKEN="..."export ASSUMED_ROLE="dev"# Run this to configure your shell:# eval $(assume-role dev)
Then I ran the eval to configure the console:
$eval$(assume-role dev)
But it shows the above info again. It seems it don't apply the eval command anywhere.
I'm using macOS Mojave (10.14.6).
Any ideas on what might be happening?
thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I ran "assume-role dev"
Then I ran the eval to configure the console:
But it shows the above info again. It seems it don't apply the eval command anywhere.
I'm using macOS Mojave (10.14.6).
Any ideas on what might be happening?
thanks in advance
The text was updated successfully, but these errors were encountered: