Created
June 12, 2023 13:34
-
-
Save ohaval/a72506e4cc5e7a4fd9d3897581c0e44b to your computer and use it in GitHub Desktop.
AWS-Vault exec example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> aws-vault exec some-developer -- env | grep AWS | |
AWS_ACCESS_KEY_ID=*** | |
AWS_SECRET_ACCESS_KEY=*** | |
AWS_SESSION_TOKEN=*** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment