-
Hello, At startup the config properties are being logged out:
so how can i set these properties in particular via the
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, here's an example config to enable SSL: |
Beta Was this translation helpful? Give feedback.
Hi,
here's an example config to enable SSL:
https://github.com/provectus/kafka-ui/blob/master/documentation/compose/kafka-ssl.yml
This example contains just the truststore, in order to pass a client cert, you'll have to add keystore the same way.
And you can use these values (they're env variables) the same way in helm. Alternatively, you can use an external application config in yml format: #1917