Apidog supports integration with both the Community and Cloud editions of HashiCorp Vault. Two authentication methods are supported: Token and OIDC.Token Auth#
1.
Enter the URL. By default, the local Vault service runs on http://127.0.0.1:8200.
2.
Enter the Token. Detailed instructions on generating tokens can be found in the Vault documentation.The token is NOT uploaded to the server and is NOT shared with other team members.
3.
Click Test Connection. If the configuration is correct, "Succeeded" will be displayed.
OIDC Auth#
1.
Enter the URL. By default, the local Vault service runs on http://127.0.0.1:8200.
2.
Enter the Auth URL. By default, it is http://127.0.0.1:8200/v1/auth/oidc/oidc/auth_url.
3.
Enter the Access Token URL. By default, it is http://127.0.0.1:8200/v1/auth/oidc/oidc/callback.
4.
Click Test Connection. An OAuth 2.0 login window will appear. After logging in, "Succeeded" will be displayed.
Token Auth#
1.
Enter the URL, which you can find in the HashiCorp Cloud Portal.
2.
Enter the Namespace. The default namespace is usually admin. See Namespace usage for details. 3.
Enter the Token. You can generate a token in the HashiCorp Cloud Portal.The token is NOT uploaded to the server and is NOT shared with other team members.
4.
Click Test Connection. If the configuration is correct, "Succeeded" will be displayed.
OIDC Auth#
1.
Enter the Namespace. The default namespace is usually admin.
2.
Enter the Auth URL in the format: {{VAULT_ADDR}}/v1/auth/oidc/oidc/auth_url.
3.
Enter the Access Token URL in the format: {{VAULT_ADDR}}/v1/auth/oidc/oidc/callback.
4.
Click Test Connection. An OAuth 2.0 login window will appear. After logging in, "Succeeded" will be displayed.
Link Secrets#
The process for linking secrets is the same for both the Community and Cloud editions of HashiCorp Vault.If you created the secret using the CLI, the output might look like this:In the Web UI, the secret will appear as follows:To link this secret in Apidog:1.
Enter the metadata as shown below.
2.
Click the Fetch Secrets button.
3.
Click the eye icon on the right to view the retrieved secret value.
Modified atΒ 2026-01-14 09:10:00