Encyrpting glide.db.properties file on premise instance

_zg_r T_rker
Kilo Guru

Hello,

How can I encyrpt  glide.db.properties file on the application nodes? I don't want database password to be seen as clear text.

 

Best Regards,

í–zgür

1 ACCEPTED SOLUTION

Loys1
Tera Expert

Hi,



        you can add the below line in glide.db.properties file


glide.db.password.encrypt = true



View solution in original post

2 REPLIES 2

Loys1
Tera Expert

Hi,



        you can add the below line in glide.db.properties file


glide.db.password.encrypt = true



Hello,


Thank you very much. It works