aspnet / Configuration

[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load versioned secrets from KeyVault

kyschouv opened this issue · comments

We need a way to be able to load versioned secrets from KeyVault. We'd like to manage KeyVault secrets using versions, but for scenarios where we need to load multiple versions (for example, loading all active versions of a decryption certificate during rollout periods), we have no way to accomplish this other than to create our own provider.

See also #746

Was this resolved? Or perhaps moved? This is still something we need, and we currently have to maintain our own package to work around this limitation.