GCP Secrets Manager Integration Documentation
Overview
To integrate GCP Secrets Manager into application, you can follow these steps:
Steps to Integrate with GCP Secrets Manager
1. Open Integration Page
- Click on Vault in the footer to open the integration page.
- Next to GCP Secrets Manager, click on Connect. A popup will appear to collect the following details:
2. Enter Required Details
- Project ID
- Service Account JSON File
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:
GCPV for GCP Secrets Manager
R for random variables
E for environment variables
Note: All the secrets are session variables and are not stored anywhere.
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.