Capabilities
Gather HashiCorp Vault credentials
Configuring the connector requires you to pass in credentials generated in HashiCorp Vault. Gather these credentials before you move on. The connector supports two authentication methods. Choose one:- Vault Token — authenticate directly with a Vault token.
- AppRole — authenticate using a Role ID and Secret ID via the AppRole auth method. This is recommended for automated, machine-to-machine access.
Option 1: Look up your Vault token
1
Follow the Vault UI documentation to log into the Vault UI.
2
Click the user menu (person icon) and select Copy token.
3
Carefully save the token value.
Option 2: Set up AppRole authentication
1
Follow the Vault UI documentation to log into the Vault UI, or use the Vault CLI.
2
Enable the AppRole auth method if it isn’t already enabled:
3
Create an AppRole role with the appropriate policies for the connector:
4
Retrieve the Role ID for the role you just created:Carefully save the
role_id value.5
Generate a Secret ID for the role:Carefully save the
secret_id value.Configure the HashiCorp Vault connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Cloud-hosted connector not currently available.