Re: Re: Accessing TLS certs and keys from Vault into Kafka

2021-11-18 Thread Luke Chen
Hello, > can you provide any existing implementations for reference? You can check the `FileConfigProvider` in clients/src/main/java/org/apache/kafka/common/config/provider/FileConfigProvider.java. Or check the repo: https://github.com/jcustenborder/kafka-config-provider-vault Hope this helps. T

RE: Re: Accessing TLS certs and keys from Vault into Kafka

2021-11-18 Thread sai chandra mouli
Okay. Thank you very much for the information. If it's not too much trouble can you provide any existing implementations for reference? Also, I would like to ask about the LDAP implementation of kafka. Is it true that we have to write our own ldaphandler in order to use LDAP with apache kafka? Or