...
Code Block |
---|
DATABASESOURCE({ table='XXX', jdbc='XXX', user='XXX', password='${PASSWORD}', |
If you use the memory based data dictionary (default), the file store needs to be registered again after an Odysseus restart. The password(s) will be loaded from the store.
Code Block |
---|
#CREATE_KV_STORE PasswordStore FileStore (filename=c:/temp/password.store) |
Of course you could use the same to store other configuration stuff, that should not be part of the query text.
Remark: This is far away from being secure, but it is better than using the password directly
...