Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click Configure > SECURITY > Vault.
  2. Click Create Vault.
  3. Enter the name and description of the new Vault in the Name and Description fields respectively.



  4. Enter the Vault Alias other than the default name.
    You can change Vault Alias before you you save it. Once saved, you cannot modify the field.

    Info
    Vault Alias is a unique field. It holds the parameters which in turn are used to save the confidential information.


  5. Type in a key and its value.
  6. Click Add to add a new Parameter.
  7. Click  to view the hidden values. Click  to mask the password. To delete a parameter, click  in front of it.
  8. Expand Advanced Properties and select the Project from drop-down list of Project.
  9. Click Save.

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:

  • Database Info
  • Custom Plugin
  • Web Service REST Consumer
  • Put-Context-Var Action