Strimzi Kafka is not able to authorize a client having certificates with subject containing additional information like organizational unit (ou), organization (o), country (c), state (st), and email address, along with the common name (cn) #10328
Unanswered
HundalTaran
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Please format your question to make it readable. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
subject=emailAddress=[email protected],CN=user1,OU=PGD,O=def,L=Gurgaon,ST=HR,C=IN
I am facing error on kafkaclient:
Caused by: java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.TopicAuthorizationException: Topic authorization failed.
On checking Strimzi kafka logs, following could be observed:
So, I tried to set property ssl.principal.mapping.rules: RULE:^CN=(.*?)(,|$) $1 but this property is forbidden by strimzi kafka.
What could be done in this case scenario?
Beta Was this translation helpful? Give feedback.
All reactions