Could we use our own signed certificate access proper Kafka resources #5581
barryzhounb
started this conversation in
General
Replies: 1 comment 8 replies
-
If you use the latest Strimzi version, you can use the |
Beta Was this translation helpful? Give feedback.
8 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.
-
Now I have replaced clients-ca-certs and client-ca with our own certificates, that means we use our own certificates as root CA for clients-ca.
We have an app that wants to connect Kafka with SSL mode. We sign app's CSR with our own certificates, then we obtain app's certificate and key that have been signed by our own certificates.
Under SSL mode, usually it needs to create a user and define ACL permissions, then this user can access connect Kafka via SSL and access proper resources. Now in our case, our app use its own signed certificates, doesn't use certificates that generated by Kafka user. My question is, could our app access proper Kafka resources?
Beta Was this translation helpful? Give feedback.
All reactions