-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for helm secrets #50
Comments
elsesiy
added a commit
that referenced
this issue
Jan 2, 2025
Prior to this change, the plugin always assumed secrets to be of type `Opaque`. This change introduces the secret type for (de)serialization and adds a small interface that is used to keep the core logic mostly unchanged but handle different types of secrets. Only support for helm was added for now but expanding to more types should be straight-forward Fixes #50
elsesiy
added a commit
that referenced
this issue
Jan 2, 2025
Prior to this change, the plugin always assumed secrets to be of type `Opaque`. This change introduces the secret type for (de)serialization and adds a small interface that is used to keep the core logic mostly unchanged but handle different types of secrets. Only support for helm was added for now but expanding to more types should be straight-forward Fixes #50
elsesiy
added a commit
that referenced
this issue
Jan 3, 2025
Prior to this change, the plugin always assumed secrets to be of type `Opaque`. This change introduces the secret type for (de)serialization and adds a small interface that is used to keep the core logic mostly unchanged but handle different types of secrets. Only support for helm was added for now but expanding to more types should be straight-forward Fixes #50
Thank you! ❤️ |
@daxmc99 you're welcome, would you mind giving it a try before the official release and report back? Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Helm releases are further encoded. See https://gist.github.com/DzeryCZ/c4adf39d4a1a99ae6e594a183628eaee
It would be nice if this tool could automatically detected it was dealing with a helm secret and perform the decoding steps
The text was updated successfully, but these errors were encountered: