This Visual Studio Code extension helps you to take care of credentials (secrets, access keys, connection strings etc.), that are typically spread across numerous config files on your devbox(es).
Instead of trying to catch them with various fuzzy secret detection tools, why not simply put your secrets on a leash?
Install it from VsCode marketplace.
kee-shepherd-videos.mp4
See details in the extension's readme.
See more short videos in our Wiki.
Also check out this blog post about it.
KeeShepherd is a typical VsCode extension, so to run these sources you need to:
- Clone this repo.
- Open kee-shepherd-vscode folder with VsCode.
- Do
npm install
. - Hit F5.
Is very much welcomed.