Vault
The Vault feature is designed to securely store sensitive values such as private keys used in test configurations. Instead of placing sensitive information like private keys directly in configuration files, users can securely reference them from the Vault.
Why Use Vault?
Configuration files—such as connector configurations for GCP test cases—should not include sensitive data like the private_key
.
For example, the configuration file may include private_key_id
, but the actual private_key
must be stored securely in the Vault. This ensures secure handling of secrets and compliance with security best practices.
Key Features
Add a New Vault Key
- Click on "Add Key" button.
- Enter the desired key and value.
- Click the "Save" button to store the secret.
- The new key will appear in the Vault list view.
View and Update Vault Values
- Click the "Get Value" button next to a key to view its stored value.
- To update a secret, modify the value and click "Update" to save changes.
Delete a Vault Key
- Click the delete icon next to the key you wish to remove.
- A confirmation message will appear—click "Delete" to permanently remove the key.