- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2017 01:51 AM
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
Solved! Go to Solution.
- Labels:
-
Security Operations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2017 11:30 AM
Hi,
you can add the below line in glide.db.properties file
glide.db.password.encrypt = true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2017 11:30 AM
Hi,
you can add the below line in glide.db.properties file
glide.db.password.encrypt = true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2017 06:18 AM
Hello,
Thank you very much. It works