[PKCS12-TLS support] Kafka-ui with Strimzi kafka user #3362
-
Describe the bug |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi, you'd need to create a jks (or p12) keystore with the files provided and pass them into the container. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to pass this directly in the HELM chart values.yaml file |
Beta Was this translation helpful? Give feedback.
-
moreover the password for the PKCS12 is in the secret itself it can be passed by directly mounting the secret as VolumeMounts and getting it from there. |
Beta Was this translation helpful? Give feedback.
Hi, you'd need to create a jks (or p12) keystore with the files provided and pass them into the container.
Here's an example docker-compose file for SSL-enabled kafka.