Any way to support TLS authentication and simple authorization without Common Name #7821
Unanswered
prateekkohli21
asked this question in
Q&A
Replies: 1 comment
-
If you want to use the User Operator, you have to follow the user operator rules and have the certificates with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to use mTLS authentication and simple authorization using Strimzi kafka.
As per the documentation to support simple authorization we need to add the KafkaUser name as CN in client certificate.
But if I use external certificates, is there a way to authorize with simple authorization without using client certificate's CN?
Any other way to add username in client which can be verified by the server except certificate's CN.
Beta Was this translation helpful? Give feedback.
All reactions