Replies: 6 comments 6 replies
-
and i get this error while deploying the cluster ,
|
Beta Was this translation helpful? Give feedback.
-
got it , this has to be used in the KafkaUser , not in Kafka , |
Beta Was this translation helpful? Give feedback.
-
@scholzj , i have used [(https://github.com/scholzj/strimzi-custom-ca-test)] , created cluster , client certificates , after that i creaated user.crt and user.key which were signed by client CA , but i see that the userOperator is deleting my secret which i created to support type "tls-external" ,
|
Beta Was this translation helpful? Give feedback.
-
@scholzj , i think there is some issue with my user certificate i have generated , i get the below error while trying to connect to the broker using ingress bootstrap URL from kafka , kafka-console-producer.bat --bootstrap-server
when i enabled ssl debug on both kafka and zk , i see the below error ,
@scholzj , could you please help me with the command to generate the user certficates, I used like this using cfssl based on your example repo ,
after that i just converted them to p12 format using the generated crt and key files, Thanks, |
Beta Was this translation helpful? Give feedback.
-
I see that it is becasue of using the same config.json file which has the below extendedUsages ,
and in the log i see the cert cannot be used for clientAuth ,
it only lists emailProtection as usage , i will use a different config and generate a new user certificate, |
Beta Was this translation helpful? Give feedback.
-
@scholzj , i could connect easily when i generated the certs using openssl , thankyou |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to provide my own user certificate for mTLS , so since the type "tls-external" is not available in 0.22.1 version which i was running before , i started a clean setup of 0.27.0 ,
https://strimzi.io/docs/operators/in-development/full/using.html#tls_client_authentication_using_a_certificate_issued_outside_the_user_operator
but i see that the kafka CRD is missing this type "tls-external" ,
has anyone tried this on latest version or does it work in 0.26 or 0.25 version ?
Beta Was this translation helpful? Give feedback.
All reactions