Environment-Specific Key Vault Support
M
Mitch
Hi everyone,
As far as I’m aware, Azure Key Vault integration is currently configured at the project level. This requires users to manually switch Key Vaults when changing between environments (e.g. Development, Test, Acceptance, and Production) and then separately open the provider settings to select the appropriate vault.
It would be very useful to allow a Key Vault to be linked directly to a Project Environment. When a user switches environments, Apidog would automatically use the corresponding Key Vault and secrets for that environment.
Alternatively, Apidog could support vault-specific references within variables. For example, the current syntax {{vault:foo}} could be extended to {{vault:my-production-vault:foo}} or {{vault:my-dev-vault:foo}}.
This would allow users to explicitly reference a secret from a specific Key Vault without relying on a globally selected vault.
Thank you for your time