Add support for type: custom client authentication#11760
Merged
scholzj merged 3 commits intostrimzi:mainfrom Aug 26, 2025
Merged
Add support for type: custom client authentication#11760scholzj merged 3 commits intostrimzi:mainfrom
type: custom client authentication#11760scholzj merged 3 commits intostrimzi:mainfrom
Conversation
Member
Author
|
/packit test --labels regression |
ppatierno
approved these changes
Aug 24, 2025
Member
ppatierno
left a comment
There was a problem hiding this comment.
LGTM. I left just one comment.
Signed-off-by: Jakub Scholz <www@scholzj.com>
Signed-off-by: Jakub Scholz <www@scholzj.com>
b92f931 to
b43f138
Compare
PaulRMellor
approved these changes
Aug 26, 2025
Contributor
PaulRMellor
left a comment
There was a problem hiding this comment.
Looks good, thanks.
I left a few suggestions for the docs.
Signed-off-by: Jakub Scholz <www@scholzj.com>
see-quick
pushed a commit
to see-quick/strimzi-kafka-operator
that referenced
this pull request
Sep 4, 2025
Signed-off-by: Jakub Scholz <www@scholzj.com>
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.
Type of change
Description
This PR adds support for
type: customclient authentication as proposed and approved in SP-110.I tested this using custom SCRAM-SHA-512 configuration. I wanted to test it with the actual Amazon MSK cluster as well. But it is not exactly user-friendly (to spin up an MSK cluster to test it), so I gave up.
This should resolve #5473.
Checklist