How to Add a Secret ProviderPremium

Setting Up Azure Key Vault as a Secret Provider
To configure Azure Key Vault as a secret provider in Bruno:
Authentication Methods
Bruno supports two authentication methods for Azure Key Vault:
Manual Authentication
- Navigate to the application settings, located at the bottom of the left sidebar, and go to the Secrets Manager section.
- Click on the
+ Add Secret Provider
button. - Choose Azure Key Vault as the provider type.
- Select the Account tab for manual authentication.
- Provide the required credentials, including
Tenant ID
,Client ID
andClient Secret
- Use the
Test Provider
feature to verify your connection. - Click
Add
to save the secret provider configuration.
on Azure CLI authentication, see the Azure CLI Authentication guide.