Khanh

Results 3 comments of Khanh

I'm finding it a chore to have to click that "logout" link and then initiate the command again from the cli. i used to use `aws-vault` and the same problem...

Further info (in case anyone is also interested).... the logout function isn't respecting the `redirect_uri` function. it will always bring up the https://aws.amazon.com/console/ page once it's logged out, so it's...

oh boy what a rabbit hole... this guy found the working URL - it only works in us-east-1: https://serverfault.com/questions/985255/is-it-possible-to-switch-between-aws-accounts-without-signing-out-first#comment1460111_1097528 working script: ```bash #!/usr/bin/env bash PROFILE=${1:-default} chrome="Google Chrome Dev.app" # this...