Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added alias for getting secret values from GSM (#91)
## Summary: We have migrated our infrastructure to use google secret manager (GSM) for most things. The command to get secrets from GSM is very long and not intuitive so Im adding a small script `gsmget` to make our lives easier. E.g. `gsmget Test_secret` and that will get you the latest version of the secret. As noted in the comments with Craig, dotfiles/bin is added to the `PATH` so pulling latest dotfiles will automagically get you `gsmget`. Issue: "none" ## Test plan: You should be able to pull latest dotfile and you will automatically get the new script. You can verify by reading a secret via something like For default version `gsmget Test_secret` For a particular version `gsmget Test_secret 1` For usage help `gsmget` Author: MiguelCastillo Reviewers: csilvers, MiguelCastillo, dbraley, nathanjd, jwiesebron Required Reviewers: Approved By: csilvers, dbraley, csilvers Checks: Pull Request URL: #91
- Loading branch information