-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
KAFKA-5462: Add configuration to build custom SSL principal name (KIP-371) #5684
Conversation
@rajinisivaram Please take a look, whenever you get a chance. |
@rajinisivaram no worries. anyhow KIP vote is not yet passed. Vote pending for one more binding vote. we can merge after 2.1 rush. |
@junrao @lindong28 Appreciate your review and vote for this simple KIP-371 : https://cwiki.apache.org/confluence/display/KAFKA/KIP-371%3A+Add+a+configuration+to+build+custom+SSL+principal+name) |
96d766f
to
28d5acb
Compare
@harshach @rajinisivaram KIP-371 vote has passed now. Pls take a look, when you get a chance. |
28d5acb
to
3ea726d
Compare
3ea726d
to
89cb1c2
Compare
import java.util.regex.Matcher; | ||
import java.util.regex.Pattern; | ||
|
||
public class SSLPrincipalMapper { |
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.
Nit: we are using camecased "Ssl" instead of "SSL" everywhere else, can we make this consistent.
Overall LGTM. Minor nit. After address I am +1. |
882dd7d
to
846dc65
Compare
846dc65
to
90ec4e7
Compare
retest this please |
@harshach Thanks for the review. Updated the PR. |
java 11 failures are not related |
+1 |
@rajinisivaram I would like to merge this to trunk. let me know if any concerns. |
Merged to trunk. |
…-371) Author: Manikumar Reddy <manikumar.reddy@gmail.com> Reviewers: Sriharsha Chintalapani <sriharsha@apache.org> Closes apache#5684 from omkreddy/KAFKA-5462-SSL-Name
Committer Checklist (excluded from commit message)