IO vault management
A vault stores values used by IO flows. Vaults let you organize secrets and variables in your domain and make them available to the flows that need them.
Vault types
A vault's type defines how its entries are handled:
- InternalSecretsVault stores secret entries that are obfuscated by default and must be explicitly revealed.
- InternalVariableVault stores standard entries.
Entries
An entry is a value, identified by its path and the vault name where it is stored.
Note
After an entry is created, its path and vault name cannot be changed.
Add a vault
To add a vault to your domain:
-
Open the left sidebar, open Flow vaults, and then select Vaults.
A list of the vaults in the domain displays.
-
Click Add to open the vault creation modal.
-
Enter the vault Name and select the vault Type.
-
Select whether the vault is Active or Inactive.
-
Click Add to create the vault.
Add an entry
To add an entry to a vault in your domain:
-
Open the left sidebar, open Flow vaults, then select Entries from the menu.
A list of entries in the domain displays.
-
Click Add to open the entry creation modal.
-
Fill in the Path and Value, and select the Vault Name where the entry will be stored.
Note: Once you set the Path and Vault Name, you can no longer change them.
-
Set whether the entry is Active.
-
Click Add to create the entry.
View an entry value
To view an entry value:
-
Open the left sidebar, open Flow vaults, then select Entries from the menu.
A list of entries currently in the domain displays.
-
Click the show value icon next to the entry to open its value in a popup.
-
If the entry belongs to a secrets vault, the value is obfuscated by default. Click the show value icon again inside the popup to display the secret value.
Entry values can be viewed from the entries list or from the entry details page. Click the show value icon to open the value in a popup.
Delete an entry
Warning
Deleted entries cannot be restored.
To delete an entry from your domain:
-
Open the left sidebar, open Flow vaults, then select Entries from the menu.
-
Select the entry you want to delete from the list.
-
On the entry details page, click the trash icon.
-
In the confirmation modal, click Yes to delete the entry.
After deletion, the list of entries displays.
Delete a vault
Warning
Deleted vaults cannot be restored.
A vault can only be deleted if it has no associated entries.
To delete a vault from your domain:
-
Open the left sidebar, open Flow vaults, then select Vaults from the menu.
-
Select the vault you want to delete from the list.
-
On the vault details page, click the trash icon.
-
In the confirmation modal, click Yes to delete the vault.
After the vault is deleted, the list of vaults displays.