Kubernetes CLI plugin to decode Kubernetes secrets
https://github.com/elsesiy/kubectl-view-secret
This plugin allows for easy secret decoding. Useful if you want to see what's inside of a secret without always go through the following:
* kubectl get secret -o yaml
* Copy base64 encoded secret
* echo "b64string" | base64 -d
- Developed at devel:kubic
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE/kubectl-view-secret && cd $_
- Create Badge
Refresh
Refresh
Comments 0