-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
hexdecode function addition #26214
base: main
Are you sure you want to change the base?
hexdecode function addition #26214
Conversation
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes ashley kingscote seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
Codecov Report
|
this would be convenient to workaround some integration issues Azure KeyVault |
Added functionality for hex decode.
Im a bit of a novice so please let me know what ive missed
Please see my related issue here: #26163
Update: i have changed the output to return a base64 encoded representation rather than the raw binary as per @apparentlymart comment on my issue.