Vault is a repository that keeps confidential information secured in the Database. Vault provides a robust security level, by adding more security while saving and accessing the classified data. Instead of storing information as a plain text, Vault is used to securely save and fetch data in an encrypted form. The following domains services that use Vault :
- DB Info
- Custom Plugins
- WS REST Consumer
- Put Context Variable
includes Database Info, Custom Plugin, Web Service REST Consumer, and Put-Context-Var Action.
...
Expand |
---|
|
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 is defined.
- key is the parameter which stores the confidential information.
- 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: |
Expand |
---|
|
- Click the valult name Vault Name or, Click next to the Vault you wish to edit, and select Edit.
Image Modified
You can edit the information in the window that appears. Note that you cannot CANNOT rename Alias once it is created. Other details that cannot CANNOT be modified are 'Creation Date', 'Modified Date' and, 'Last Modified by'.
- Click Save.
|