Versions Compared

Key

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

...

Expand
titleUsing Vault

Anchor
Using_Vault
Using_Vault

After you have created a vault, write the following syntax in the URL of the JDBC drivers replacing the confidential information:

{Vault.aliasName.key}

where,

  • Following an opening curly parentheses, 'Vault' is a keyword
to be used every time
  • (V in 'Vault' is UPPERCASE).
  • aliasName is the Vault Alias, where the parameter, which stores the
confidential data
  • database name, is defined.
  • key is the parameter which stores the
confidential data
  • 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 activities:

Expand
titleEdit Vault
  1. Click the Vault Name or, Click  next to the Vault you wish to edit, and select Edit.



  2. You can edit the information in the window that appears. Note that you cannot rename Alias once it is created. Other details that cannot be modified are 'Creation Date', 'Modified Date' and, 'Last Modified by'.



  3. Click Save.

...