Skip to content

Instantly share code, notes, and snippets.

@joshkitt
Created October 22, 2021 17:44
Show Gist options
  • Save joshkitt/2cc164d31c20e09527fb070c66d049b7 to your computer and use it in GitHub Desktop.
Save joshkitt/2cc164d31c20e09527fb070c66d049b7 to your computer and use it in GitHub Desktop.
AWS STS decode authorization message
aws sts decode-authorization-message --encoded-message (encoded error message) --query DecodedMessage --output text | jq '.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment