HashiCorp Vault ​
Manage secrets, authentication, and encryption via HashiCorp Vault.
| Detail | Value |
|---|---|
| Category | Security |
| Base URL | https://vault.example.com/v1 |
| Authentication | API Key |
| Endpoints | 6 |
| Connector key | hashicorp-vault |
Using HashiCorp Vault in a workflow ​
- Go to Connections and click New Connection.
- Pick HashiCorp Vault from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /secret/data/{path} | Read a secret |
| POST /secret/data/{path} | Write a secret |
| DELETE /secret/data/{path} | Delete a secret |
| GET /sys/health | Check Vault health |
| GET /sys/mounts | List secret engines |
| POST /transit/encrypt/{name} | Encrypt data |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.