fluo icon indicating copy to clipboard operation
fluo copied to clipboard

Encrypt properties on fluo-app.properties and fluo-conn.properties

Open blueshift-brasil opened this issue 8 years ago • 2 comments

It'll be nice could encrypt some or any property value on fluo-app.properties and fluo-conn.properties. In this files we can find users and passwords. For a comercial use this is an issue. The Apache Camel uses Jasypt to encrypt and decrypt property files.

blueshift-brasil avatar Dec 29 '17 20:12 blueshift-brasil

It would be nice if this were implemented in such a way that properties stored in zookeeper could also be encrypted. The changes for #893 enabled securing the info in zookeeper with a password, but its not encrypted.

keith-turner avatar Jan 02 '18 15:01 keith-turner

I'm working on this. Considering using the same Apache Camel strategy: http://www.jasypt.org/encrypting-configuration.html

I'm open to suggestions. ;-)

blueshift-brasil avatar Feb 21 '18 16:02 blueshift-brasil