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

remap: add functions to encode / decode base64 #5758

Closed
jszwedko opened this issue Dec 29, 2020 · 0 comments · Fixed by #5768
Closed

remap: add functions to encode / decode base64 #5758

jszwedko opened this issue Dec 29, 2020 · 0 comments · Fixed by #5768
Assignees
Labels
domain: vrl Anything related to the Vector Remap Language type: enhancement A value-adding code change that enhances its existing functionality.

Comments

@jszwedko
Copy link
Member

A user shared a Lua script they are using to parse out authorization headers, requiring base64 decoding, which made me think it'd be nice to have this in VRL as well. We may want to provide a parameter to control whether the value is padded or not when encoded (default to padding).

Ref: https://discord.com/channels/742820443487993987/746070591097798688/793468075780603925

@jszwedko jszwedko added type: enhancement A value-adding code change that enhances its existing functionality. domain: vrl Anything related to the Vector Remap Language labels Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: vrl Anything related to the Vector Remap Language type: enhancement A value-adding code change that enhances its existing functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants