Aws Vault Versions Save

A vault for securely storing and accessing AWS credentials in development environments

v7.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/99designs/aws-vault/compare/v7.1.2...v7.2.0

v7.2.0-beta2

1 year ago

What's Changed

Full Changelog: https://github.com/99designs/aws-vault/compare/v7.1.2...v7.2.0-beta2

v7.1.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/aws-vault/compare/v7.1.1...v7.1.2

v7.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/99designs/aws-vault/compare/v7.1.0...v7.1.1

v7.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/aws-vault/compare/v7.0.2...v7.1.0

v7.0.2

1 year ago

Fixed

  • Preference stored credentials over other credential sources #1183 by @dgholz. Fixes #1176, #1180, #1181

Full Changelog: https://github.com/99designs/aws-vault/compare/v7.0.1...v7.0.2

v7.0.1

1 year ago

Fixed

New Contributors

Full Changelog: https://github.com/99designs/aws-vault/compare/v7.0.0...v7.0.1

v7.0.0

1 year ago

Added

Changed

Backwards-compatibility breaks

  • --prompt=pass is no longer supported. Instead, use mfa_process = pass otp my_aws_mfa in your config file
  • parent_profile in the aws config file is no longer supported. Use include_profile instead
  • --server now executes a ECS metadata server instead of a EC2 metadata server. To continue using the EC2 metadata server, use --ec2-server instead. Use aws-vault proxy --stop if you need to stop processes from old aws-vault versions
  • When using aws-vault exec the following old env vars are no longer set. If you use any of these env vars, use the more standard alternative
    • AWS_SECURITY_TOKEN (use AWS_SESSION_TOKEN instead)
    • AWS_SESSION_EXPIRATION (use AWS_CREDENTIAL_EXPIRATION instead)
  • aws-vault exec --json flag is deprecated and will be removed in a future release. Use aws-vault export --format=json instead.

New Contributors

Full Changelog: https://github.com/99designs/aws-vault/compare/v6.6.2...v7.0.0

v6.6.2

1 year ago

What's Changed

Full Changelog: https://github.com/99designs/aws-vault/compare/v6.6.1...v6.6.2

v6.6.1

1 year ago

Fixed

New Contributors

Full Changelog: https://github.com/99designs/aws-vault/compare/v6.6.0...v6.6.1