apache / fluo

Apache Fluo
https://fluo.apache.org
Apache License 2.0
188 stars 78 forks source link

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

Open blueshift-brasil opened 6 years ago

blueshift-brasil commented 6 years ago

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.

keith-turner commented 6 years ago

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.

blueshift-brasil commented 6 years ago

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

I'm open to suggestions. ;-)