Replies: 1 comment 4 replies
-
I guess you will need your name constraint to allow all the names used in the server certificates? |
Beta Was this translation helpful? Give feedback.
4 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.
-
I am using strimzi 0.31.0. While using a CA with nameConstraints extension defined for a specified domain, the cluster does not come up with zookeeper pods repeatedly ending with CrashLoopBackOff with log saying No CA found
Detected Zookeeper ID 3 ?
? Preparing truststore ?
? Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca ?
? Certificate was added to keystore ?
? Preparing truststore is complete ?
? Looking for the right CA ?
? No CA found. Thus exiting.
==========================
With restricted nameConstraints in the certificate, how do I get the cluster running?
Beta Was this translation helpful? Give feedback.
All reactions