-
Notifications
You must be signed in to change notification settings - Fork 592
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
CORE-548 base64 url decode #18195
CORE-548 base64 url decode #18195
Conversation
new failures in https://buildkite.com/redpanda/redpanda/builds/48567#018f3537-f378-44f1-8fc4-3f66439fe57c:
new failures in https://buildkite.com/redpanda/redpanda/builds/48567#018f3537-f37a-4326-9f14-5b80e5aee3db:
new failures in https://buildkite.com/redpanda/redpanda/builds/48567#018f3540-8920-401f-8dcc-915b82246de6:
new failures in https://buildkite.com/redpanda/redpanda/builds/48567#018f3540-8928-49e6-a8b7-c1ab6e360055:
new failures in https://buildkite.com/redpanda/redpanda/builds/48686#018f3f03-dddf-4a8c-84f5-3a08692f9495:
|
eec7e5c
to
1a65a02
Compare
1a65a02
to
c497b4b
Compare
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.
nice, lgtm
Added a utility function to perform Base64 URL decoding. This approach was selected because the base64 library we currently use does not support encoding/decoding Base64URL messages. The only use case we have for this is in OIDC and happens infrequently enough that performance is not a large concern. Signed-off-by: Michael Boquard <michael@redpanda.com>
Signed-off-by: Michael Boquard <michael@redpanda.com>
c497b4b
to
f0dd8f4
Compare
Force push
|
who's this guy ;) |
Even our version has them! Thanks @rockwotj ! |
Creates a base64 URL decoder in utils to replace the one in CryptoPP.
Backports Required
Release Notes