← Package directory
Available on winget

Install AWS Vault

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

Install with winget
winget install --id ByteNess.AWSVault
Upgrade
winget upgrade --id ByteNess.AWSVault
Uninstall
winget uninstall --id ByteNess.AWSVault

About AWS Vault

AWS Vault is a tool to securely store and access AWS credentials in a development environment. AWS Vault stores IAM credentials in your operating system's secure keystore and then generates temporary credentials from those to expose to your shell and applications. It's designed to be complementary to the AWS CLI tools, and is aware of your profiles and configuration in ~/.aws/config.

What's new in 7.9.13

What's Changed Dependencies πŸ‘’ - chore(deps): Bump github.com/byteness/keyring from 1.8.3 to 1.9.0 in the go-dependencies group across 1 directory by @dependabot[bot] in #334 - chore(deps): Bump the go-dependencies group across 1 directory with 7 updates by @dependabot[bot] in #335 Other Changes 🎯 - chore: Bump proxy deps by @mbevc1 in #331 - chore: Update dependabot to include multiple directories by @mbevc1 in #332 Full Changelog: v7.9.12...v7.9.13

Read release notes

Version history

Version Updated Notes
7.9.13 Unknown What's Changed Dependencies πŸ‘’ - chore(deps): Bump github.com/byteness/keyring from 1.8.3 to 1.9.0 in the go-dependencies group across 1 directory by @dependabot[bot] in #334 - chore(deps): Bump the go-dependencies group...
7.9.12 Unknown What's Changed Bug fixes πŸ› - fix(aws-vault-proxy): add a cli flag to check the running service by @gdamjan in #307 Full Changelog: v7.9.11...v7.9.12
7.8.7 Unknown ## What's Changed ### Documentation changes πŸ“ - chore: Update SDK's support for AWS_CONTAINER_CREDENTIALS_FULL_URI by @mbevc1 in #263 ### Dependencies πŸ‘’ - chore(deps): Bump github.com/byteness/keyring from 1.4.10 to 1.4....