How to Add a Secret ProviderPremium

You have the option to integrate HashiCorp Cloud Vault, Vault Enterprise Server, or a Local Vault server as your secret provider.
Setting Up Vault Server
To configure a Vault server secret provider, you can opt for either Token or AppRole authentication.
-
Go to the application settings located at the bottom of the left sidebar and navigate to the Secrets section.
-
Click on the
+ Add Secret Provider
button.
- Choose Vault Server as the provider type and select your preferred authentication method.
-
Enter
http://localhost:8200
if using a local server, or the URL of the hosted server (e.g.,https://vault.example.com
). -
Click on Add to save the secret provider.
Setting up Vault Cloud
To set up a Vault Cloud secret provider, follow these steps:
-
Go to the application settings located at the bottom of the left sidebar and navigate to the Secrets section.
-
Click on the
+ Add Secret Provider
button. -
Select Vault Cloud as the provider type.
-
Maintain the default settings for
Token Endpoint
andSecrets Endpoint
, or modify them if necessary. -
Provide the required Client Credentials.
-
Add one or more Projects (Apps) to the secret provider.
-
Click on Add to save the secret provider.