Skip to content

Commit

Permalink
Set session token to empty string in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj authored Nov 28, 2023
1 parent a612454 commit ba84c0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/check-sample.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ then
exit 0
fi

# Set session token to empty string to check that it gets ignored
export AWS_SESSION_TOKEN=

# Set bash to print out every command that's running to the screen
# Set logging after checking credentials so that we don't leak them
set -xv
Expand Down

0 comments on commit ba84c0e

Please sign in to comment.