is it possible to encrypt the database credential in m2ee.yaml file

0
Dear Forum members, We are setting up an on-premise linux deployment and would like to know if there is any way to encrypt the database credentials in m2ee.yaml file.  Appreciate your inputs. Regards Krishna
asked
2 answers
2

You can also leave the password out and m2ee should prompt you for it every time you try to start the app. This means you can't have the server restart itself without human intervention.

answered
0

There is no way to do that, you have the secure the access to that server. Passwords saved in ini- and yaml files are always unencrypted or symmetrically encrypted. This last option can always be broken.

 

answered