Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
9 stars 2 forks source link

Resolve key vault references #2

Closed Eskibear closed 1 year ago

Eskibear commented 1 year ago

Requires #1 to be merged and should rebase on it.

This PR enables the provide to auto resolve key vault references if key vault related options are provided.

Eskibear commented 1 year ago

@avanigupta Comments addressed in the latest commit, and now key-vault support is via an adapter. I'll implement JSON support also via an adapter in a coming PR.Any further comments to resolve?