Skip to content

v0.4.0

Compare
Choose a tag to compare
@nckturner nckturner released this 19 Apr 23:42
· 516 commits to master since this release
c141eda
  • Update aws-sdk version to 1.19.11 (#216, @nckturner)
  • Add credentials cache for expiring credentials (#193, @llamahunter)
  • Support Global Different Region STS Endpoints (#173, @sunfuze)
  • Add expiration to token creation. (#160, @nckturner)
  • Log STS response on successful authentication. (#161, @nckturner)
  • Allow session names to be forwarded with --forward-session-name. (#134, @jrnt30)
  • Add output format option for verify command. (#126, @joshkurz)
  • Add flags to configure the address and port to allow running the server locally. (#124, @christopherhein)
  • Add a flag to only output the token. (#122, @christopherhein)
  • Add --log-format server flag to configure output format. (#73, @phillipj)
  • Build release for windows. (#113, acaire)
  • Add support for ARNs with paths. (#103, @mattlandis)
  • GetWithSTS and GetWithRoleForSession added to Generator interface to allow tools integrating with Authenticator to pass an existing STS client or existing session. (#101, @errordeveloper)

Docker images

Note: You must log in with the registry ID and your role must have the necessary ECR privileges:

$(aws ecr get-login --no-include-email --region us-west-2 --registry-ids 602401143452)
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.4.0-alpine-3.7
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.4.0-debian-stretch
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.4.0-alpine-3.6
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.4.0-scratch
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.4.0
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.4.0-alpine
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.4.0-debian
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.4.0-debian-jessie