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

feat: added binaryFiles option #211

Merged
merged 7 commits into from
Oct 31, 2023

Conversation

paul-conneqtech
Copy link
Contributor

I ran into the issue that I cannot encrypt a binary file and import that as file secret. With this patch it is possible.

Generated secrets use data instead of stringdata.

Using the base64 encoded data attributes allow the use of encrypted binary files to be used.

This is a followup PR to #210

Copy link
Collaborator

@devstein devstein left a comment

Choose a reason for hiding this comment

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

Awesome work! Thank you for contributing and adding tests.

Can you add a section to the README about using this functionality? I would put it above this section

Comment on lines +98 to 102
{
name: "KRM From Binary File",
dir: "test/krm/binaryfile",
},
{
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thank you! Can you add the legacy one too?

@devstein devstein merged commit 980b683 into viaduct-ai:master Oct 31, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants