Reputation: 283
I want to encrypt secrets that are passed to kafka-ui. Does provectus (https://github.com/provectus/kafka-ui) or kafbat (https://github.com/kafbat/kafka-ui) kafka-ui support encrypted properties out of the box? I looked the code to see if they are using jasypt or spring-cloud encryption but I don't see them in pom file.
Upvotes: 0
Views: 104
Reputation: 36
We do not support encrypting properties at the app level. However, you can use our helm charts with all the secrets management apps applicable for helm. https://github.com/kafbat/helm-charts
Upvotes: 0