Skip to content

Azure Key Vault Integration Documentation

Overview

To integrate Azure Key Vault into application, you can follow these steps:

Steps to Integrate with Azure Key Vault

1. Open Integration Page

  • Click on Vault in the footer to open the integration page.
  • Next to Azure Key Vault, click on Connect. A popup will appear to collect the following details:

2. Enter Required Details

  • Client ID
  • Client Secret
  • Tenant ID
  • Vault URL

Note: All this configuration will be encrypted and stored locally on your machine.

3. Connect and Use Secrets

  • Once the details are entered, click on Connect.

  • Upon successful connection, you can view the secrets and use them globally, just like environment variables.

  • When you start typing with { anywhere in the input field, secrets will show up with the following notation:

  • AZV for Azure Key Vault AZ Secrets

  • R for random variables

  • E for environment variables

Note: All the secrets are session variables and are not stored anywhere.

AZ Secrets

4. Disconnect

  • If you wish to disconnect, click on Disconnect. This will clear the cached secrets and delete the vault configuration file from your machine.

Released under the MIT License.