Skip to content

Instantly share code, notes, and snippets.

@letiesperon
Created July 6, 2021 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save letiesperon/0e213f0b4f92b61b256b8dccc950a4d5 to your computer and use it in GitHub Desktop.
Save letiesperon/0e213f0b4f92b61b256b8dccc950a4d5 to your computer and use it in GitHub Desktop.
Aws-vault keychain management

How to visualize aws-vault keychain in Keychain Access

If aws-vault does not show on the left side menu of Keychain Access you can add it by typing:

open ~/Library/Keychains/aws-vault.keychain-db

How to change aws-vault keychain password:

Type:

security set-keychain-password ~/Library/Keychains/aws-vault.keychain-db

You will be prompted for old and new password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment