Add client certificate mapper ability to choose version#1043
Merged
pivotal-david-osullivan merged 2 commits intocloudfoundry:mainfrom Dec 14, 2023
Merged
Add client certificate mapper ability to choose version#1043pivotal-david-osullivan merged 2 commits intocloudfoundry:mainfrom
pivotal-david-osullivan merged 2 commits intocloudfoundry:mainfrom
Conversation
3ad11d0 to
d02e230
Compare
Contributor
Author
|
Eventually, we took another direction thanks to @nebhale guidance: using the same client-certificate-mapper
The "magic" that allows such a feat relies on providing a way for each 4 cases to register the servlet filter that will transform the request coming from another CF service into a client certificate equipped request.
|
dc454f9 to
38d7da3
Compare
…Boot 3 * let it choose v2 of the jar when SB3 is detected * otherwise, continue as before with default v1
38d7da3 to
3bf69dd
Compare
Contributor
Author
|
No need for this new option, see previous comment
|
cc8184e to
79a9adf
Compare
pivotal-david-osullivan
approved these changes
Dec 14, 2023
Make client certificate mapper support Jakarta EE; using a single library that can support SB2, SB3, JEE and JakartaEE apps
79a9adf to
f9b4a20
Compare
pivotal-david-osullivan
approved these changes
Dec 14, 2023
ramonskie
pushed a commit
that referenced
this pull request
Dec 4, 2025
Add client certificate mapper ability to choose version
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 for #1039