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 <ashishso...@gmail.com> wrote: > 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) > > Currently, I am storing the distributed worker config file in encrypted > mode on server and have configured a script to decrypt the file and start > the worker process.Post starting the process the decrypted file is deleted. > > Is there a more cleaner way of doing this? A better way of running > distributed worker while ensuring the distributed worker config file does > not expose the sensitive passwords > > Regards > Ashish Sood >