github 99designs/aws-vault v7.0.0-rc4

latest releases: v7.2.0, v7.2.0-beta2, v7.2.0-beta1...
pre-release18 months ago

Added

Changed

Backwards-compatibility breaks

  • --prompt=passotp 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
  • 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: v6.6.2...v7.0.0-rc4

Don't miss a new aws-vault release

NewReleases is sending notifications on new releases.