How to Add a Vault Instance
Enter Connection Details
- Name (required): Display name for this instance
- Host (required): Vault server URL (e.g.,
https://vault.example.com) - Token (required): Vault token for authentication
- Verify SSL: Enable to validate SSL certificates
- Set as Default: Make this the default Vault instance
How to Edit a Vault Instance
- Click the edit icon on the instance row
- Modify the settings
- Click Save
How to Check Health
Click the Check button on any instance to verify connectivity. A healthy status confirms Vault is reachable and the token is valid.How to Delete a Vault Instance
- Click the delete icon on the instance row
- Confirm the deletion
Troubleshooting
Health check shows Unhealthy
Health check shows Unhealthy
- Verify the host URL is correct
- Check if the Vault token is valid and not expired
- Ensure Vault is unsealed and running
- If using self-signed certificates, disable SSL verification
Permission denied errors
Permission denied errors
The token may not have sufficient permissions. Ensure the token’s policy allows access to the required paths.
FAQ
Can I connect multiple Vault instances?
Can I connect multiple Vault instances?
Yes. Add as many instances as needed for different environments or purposes.
What token permissions are required?
What token permissions are required?
The token needs read access to secrets engines you want to manage through ShiftLabs.