Robility Vault Global Variable Creation
When fetching a token from the Robility Manager, the system automatically creates a global variable to use in the Robility Flow.|
Global variables are secure, system-generated variables that store credentials fetched from the Robility Manager, providing safe and reusable access across workflows without exposing the actual value.
The global variable is created using the following format: <VaultType>_<ValueName>_Value
Key Terms
Vault Type: The type of vault, such as PIN & Key, Token, JWT Token, or Assets.
Value Name: The application name entered while adding a vault.
Value: The credential retrieved from the vault, stored securely and used in workflows without exposure.
Example: Vault_Token_DemoApp_Value
Pre-requisites
1. Credentials (Token / PIN & Key / Assets / JWT Token) must exist in the Robility Manager.
2. Credentials configured at the project level in the Robility Manager are accessible to all users associated with that project.
Information
1. Duplicate global variables are not allowed.
2. The system checks for an existing variable with the same name before creation.
3. If a credential is updated in the Manager, the component fetches the latest value and updates the existing global variable in Robility Flow; a new variable is not created.