Hi,
I ran "assume-role dev"
$ 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:
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