Skip to content

Commit

Permalink
change to use device code
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 7, 2026
1 parent 42f3cff commit 9de6596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-app/aws-sso-tools/aws-sso-login.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="1.2.1"
VERSION="1.2.2"
SCRIPT=$0
THIS=$(basename $0)
GITSYSTEM="gitlab"
Expand Down Expand Up @@ -98,4 +98,4 @@ then
fi

echo "* logging into profile $PROFILE"
aws sso login --no-browser --profile $PROFILE
aws sso login --no-browser --use-device-code --profile $PROFILE

0 comments on commit 9de6596

Please sign in to comment.