After you have created a vault, replace the confidential information while using a service, with the text in the following syntax:
{Vault.aliasName.key}
where, - Vault is a keyword (V in 'Vault' is UPPERCASE), preceded by opening curly parentheses.
- aliasName is the Vault Alias, where the parameter, which stores the database name, is defined.
- key is the parameter which stores the database name.
- Finally closed by a closing curly parentheses.
- A period is used as a separator between Vault and aliasName; and aliasName and key.
You can use Vault to mask the confidential information instead of providing it as a plain text, in the following services: |