Using CNs which include special characters #9116
-
I am using strimzi with external user certificates so I am not using the user operator for generation. Authentication type is set to The certificate CNs are fixed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is no way to use a KafkaUser resource with a certificate like that. The CN needs to be a valid Kubernetes resource name. So you either have to fix the certificate or you can disable the User Operator and manage the ACLs / Quotas for which you likely use the KafkaUser resource your self using the Kafka Admin API / Kafka CLI tools. |
Beta Was this translation helpful? Give feedback.
There is no way to use a KafkaUser resource with a certificate like that. The CN needs to be a valid Kubernetes resource name. So you either have to fix the certificate or you can disable the User Operator and manage the ACLs / Quotas for which you likely use the KafkaUser resource your self using the Kafka Admin API / Kafka CLI tools.