Key Vault
Configure Azure Key Vault with DuploCloud for secure secret storage
Last updated
Was this helpful?
Configure Azure Key Vault with DuploCloud for secure secret storage
Last updated
Was this helpful?
DuploCloud integrates with Azure Key Vault to secure the storage of secrets, such as passwords and database connection strings.
In the DuploCloud Portal, navigate to Cloud Services -> Key Vault.
Click Add. The Create a Key Vault pane displays.
Enter a Name for the Key Vault.
Select a SKU Pricing Tier: Standard or Premium.
Optionally, enable Purge Protection. Once enabled, this cannot be reversed.
Specify the Retention Days for key vault items.
Click Create to provision the Key Vault.
In the DuploCloud Portal, navigate to Cloud Services -> Key Vault.
Select the Azure Key Vaults tab.
Select the Key Vault from the NAME column.
Select the Secrets tab.
Click, Add. The Create a Secret pane displays.
Complete the following fields on the Create a Secret pane:
Name: Specify the name of the secret.
Secret Value: Enter the actual value of the secret.
Content Type: Define the type of content stored in the secret (e.g., text/plain
, application/json
).
Click Submit.
After creating a Key Vault and adding secrets, you can update an existing secret when needed. Follow these steps to update a secret in your Azure Key Vault:
In the DuploCloud Portal, go to Cloud Services -> Key Vault.
Select the Key Vault you wish to manage from the NAME column.
Select the Secrets tab.
From the menu options, select Edit. The Update a Secret pane displays.
Update the Value field with the new data you want to store.
Click Update to apply the changes. The updated secret will now be stored as a new version, and the old version will be moved to the secret's version history.
Click the menu icon () next to the secret you want to update.
To view secret versions, click the caret () next to a secret's name. A list of available versions will appear.
To view a specific version, click the menu icon () next to the version and select View. The JSON representation of that version displays.