Hide value of (global) variables
Posted: Mon Jan 12, 2015 10:35 am
Hello,
I would like to know, where the definition and the current values of (global) variables are stored and how to avoid unauthorized access to them.
Reason:
We use one installation of Robotask on a VM (production) and a number of installations on local PCs (development).
Our database connection strings (incl. passwords) are stored in global variables and this variables are imported in every local installation (there's no password protection for the PC, only user authentification against MS Active Directory). I'm afraid, that someone could login on the PC, start Robotask and see the passwords.
What can I do to make the global variables more invisible?
- storing in a non-public network path?
- moving the whole Robotask installation from local PC into a private network path?
Thank you in advance.
I would like to know, where the definition and the current values of (global) variables are stored and how to avoid unauthorized access to them.
Reason:
We use one installation of Robotask on a VM (production) and a number of installations on local PCs (development).
Our database connection strings (incl. passwords) are stored in global variables and this variables are imported in every local installation (there's no password protection for the PC, only user authentification against MS Active Directory). I'm afraid, that someone could login on the PC, start Robotask and see the passwords.
What can I do to make the global variables more invisible?
- storing in a non-public network path?
- moving the whole Robotask installation from local PC into a private network path?
Thank you in advance.