ashleyschuett / kubernetes-secret-decode

shows kubernetes secret with values base64 decoded
Apache License 2.0
192 stars 22 forks source link

Improve install and secret usability #8

Closed ashleyschuett closed 5 years ago

ashleyschuett commented 5 years ago

These change move the package from using glide for package management to using dep. I have also changed the output of the secret to use the stringData key to make it easier for users to use this tool for editing the secret as well as viewing it.

Fixes #6

jglick commented 5 years ago

from using glide for package management to using dep

BTW Go modules (go.mod + go.sum) seem to be the path forward, though tooling is still catching up.