Re: Using encrypted distributed worker file

2020-06-15 Thread Tom Bentley
Hi Ashish, KIP-297[1] added support for "config providers", which allow a config file to have an indirect reference to secrets stored elsewhere. While it doesn't sound like the provided FileConfigProvider would be suitable for your needs, you could provide your own ConfigProvider to implement a

Re: Using encrypted distributed worker file

2020-06-12 Thread ashish sood
Hi Team, Any help would be greatly appreciated. I am looking forward to a way where I can store the passwords in encrypted/hashed format on the distributed worker properties file. Regards Ashish Sood On Tue, Jun 2, 2020 at 12:42 AM ashish sood wrote: > Hi All, > > I am running a distributed

Using encrypted distributed worker file

2020-06-01 Thread ashish sood
Hi All, I am running a distributed worker that connects to a Kafka infrastructure over TLS and Scram authentication. In addition to this, the RESTAPI interface is also secured with userid/password authentication. Hence my config has a a lot of passwords (keystore,trust store , jaas config etc)