Skip to content

Releases: benkehoe/aws-whoami-golang

v2.6

23 Feb 16:22
Compare
Choose a tag to compare
  • With --json, errors are printed as JSON in the form {"Error": "The error message"}
go install github.com/benkehoe/aws-whoami-golang/v2/aws-whoami@v2.6.0

v2.5

23 Feb 03:10
Compare
Choose a tag to compare
  • Add --disable-account-alias flag.
  • Handle paths in user ARNs.
  • Disable account alias check by matching SSO Permission Set name.
  • Internal revamp for testing.
  • Change repo layout to work better with go install.
  • Add tests.
go install github.com/benkehoe/aws-whoami-golang/v2/aws-whoami@v2.5.0

v2.4

23 Feb 03:10
Compare
Choose a tag to compare
  • Handle root user

v2.3

21 Feb 01:12
Compare
Choose a tag to compare
  • Initial implementation in Go.
  • --debug has been removed.
  • A region is now required (this appears to be an SDK constraint).