[FLINK-38935] Change case of Bearer keyword#15
Merged
Conversation
Signed-off-by: davidradl <david_radley@uk.ibm.com>
Contributor
Author
|
Hi @ferenc-csaky please could you have a look at this one. |
ferenc-csaky
approved these changes
Jan 19, 2026
| import static com.github.tomakehurst.wiremock.client.WireMock.urlEqualTo; | ||
| import static org.assertj.core.api.Assertions.assertThat; | ||
|
|
||
| class OIDCAuthHeaderValuePreprocessorTest { |
Contributor
There was a problem hiding this comment.
Not the scope of the current PR, but but there are a lot of duplications in quite some test classes. We could create some test utils for the common logic, e.g. initializing a mock server.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Bearer token casing in OIDC Authorization header from "BEARER" to "Bearer" to comply with RFC 6750.
Port of GetIndata PR getindata/flink-http-connector#203.)