A Visual Studio Code extension to hide secret text in YAML files. The extension is written live on Twitch on emadashi's channel. So make sure you join every Thursday at 20:00 AEST time.
Awesome people in the Twitch channel help without calling for credit, without them this extension wouldn't have been possible. Big thanks to them:
- @codeandcoffee
- @jsobell
- @jothamr
- Amal Abeygunawardana
- @pjimmy
- @hossambarakat
- @JTango18
Once activated this extension hides secrets in YAML files. The secrets can be identified by configuring the extension and adding keys that are considered secrets e.g. "password", "key", "token"..etc.
Toggle the extension on and off to hide/unhide the secrets.
"hide-my-secrets.hide": true,
Add here all the keys that represent secrets.
"hide-my-secrets.secretKeys": [
"password",
"connectionstring",
"token"
]