...
The Secure Properties key store adds a 4th location from which variables may be resolved. By default, this location is only consulted for values if the variable name contains the secret:
prefix. This behavior can be overridden to no longer required the prefix, causing the key store to be consulted as a 4th possible search location, even when the secret:
prefix is not present. You can perform this override by setting ACLI_SECURE_PROPERTIES_SAFE_MODE=false
.
Using Secure Properties consists of three main steps:
...