You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would love to have an abstraction layer around azure key vault and provide a wrapper to avoid directly referencing Azure Key Vault, esp since this is a critical component in almost every project.
I think a Foundatio component support at least:
AWS Secret Manager
Azure Key Vault
Also other potential candidates could be
GCP Secret Manager
Local secrets
Windows secret manager
I don't mind tackling an initial PR for this but wondering if additional discussion is required before jumping into code