Skip to main content
You can configure Azure Key Vault as a secret provider in Bruno using two authentication methods:
  • Manual Authentication
  • Azure CLI Authentication

Manual Authentication

  1. Go to the Preferences settings and navigate to the Secrets Manager section.
  2. Click on the + Add Secret Provider button.
  1. Choose Azure Key Vault as the provider type.
  1. Provide the required credentials, including:
    • Tenant ID : The Azure Active Directory (AAD) tenant ID.
    • Client ID : The Azure Active Directory (AAD) client ID.
    • Client Secret : The Azure Active Directory (AAD) client secret.
  1. Use the Test Provider feature to verify your connection.
  2. Click Add to save the secret provider configuration.
For Azure CLI authentication, see the Azure CLI Authentication guide.