-
I am trying to migrate all my env variables in docker-compose to a separate config.yml file. For the most part i am successfull with the exception of env KAFKA_CLUSTERS_0_SSL_TRUSTSTORE_LOCATION / PASSWORD On startup AdminClientConfig logs both as null
Docker compose:
Config.yml
I have also tried without the forward slash infront of filename. How do correctly configure ssl truststore? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi! Sorry that it's not obvious, I believe the yaml format for these properties is not present anywhere in our docs atm. This should look like this:
Feel free to raise any PRs to our docs if you have something to add! |
Beta Was this translation helpful? Give feedback.
-
Great, thanks! |
Beta Was this translation helpful? Give feedback.
-
In config.yml, can we include one more cluster in the example, |
Beta Was this translation helpful? Give feedback.
-
Me and @Haarolean no longer support this repo, don't you mind to post this to https://github.com/kafbat/kafka-ui |
Beta Was this translation helpful? Give feedback.
Hi! Sorry that it's not obvious, I believe the yaml format for these properties is not present anywhere in our docs atm.
This should look like this:
Feel free to raise any PRs to our docs if you have something to add!