Skip to content
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

Support decrypting any file format in secret generator #353

Merged

Conversation

gmaiztegi
Copy link
Contributor

This is an extension of #329, which added the support for decrypting files passed to the secret generator. The previous implementation only supported encrypted binary types, but failed when the content was a JSON or a YAML, with the message EmitPlainFile: No binary data found in tree.

This small change detects the format using the key/filename in the secret.

Signed-off-by: Gorka Maiztegi <gmaiztegi@reviewpro.com>
Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @gmaiztegi 🏅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/sops SOPS related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants