-
Notifications
You must be signed in to change notification settings - Fork 31
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
Added option to convert secrets to base64 #303
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danilokorber thanks for the PR.
Since we already have an attribute convert
that allows you to convert the inputs, let's use convert: base64
instead to achieve your goal?
Thanks
Hey @oNaiPs Please let me know if you still want to use the |
Converts all exported secrets to a base64 string (default is false):
If
value_as_base64
is true, the value of the secret will be converted to a base64 string.