[Bug]: Client truststore has not declared certificates from trustedCertificates #8625
Replies: 2 comments 3 replies
-
I'm not sure I understand what exactly are you trying to do. Can you please make sure the YAML you shared is properly formatted as without whitespaces it is unreadable? Also, can you please explain what certificates are you talking about? User certificates of clients connecting using mTLS? Or the certificates of the server compoenents? Etc. |
Beta Was this translation helpful? Give feedback.
-
Hi @scholzj. I updated the formatting of the description for a better readability. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
I'm trying to set up a kafka cluster using strimzi operator. Therefore I want to use my own generated certificates. I have multiple CAs, which sign the certificates for the kafka usage. Kafka it self has an certificate, which is signed by a service CA. Other clients have signed certificates by other intermidiate CA. All intermediate CAs are signed by one root CA.
So we got the following kafka operator configuration:
I checked the created keystores. The one for custom internal and custom external look quiet good, having all needed certicate information. But looking at the clients.truststore.p12 file there a not the ones which are declared within 'trustedCertificates'. There only one certificate exist: CN=clients-ca v0,O=io.strimzi
Steps to reproduce
Expected behavior
Created clients.trustore.p12 should contain certificate information from the 'trustedCertificates' configuration
Strimzi version
0.35.0
Kubernetes version
1.25.9
Installation method
Terraform files
Infrastructure
Minikube and Azure Cloud
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions