Skip to content

Add KeyVault.Secrets configuration extensions#9937

Merged
pakrym merged 8 commits intoAzure:masterfrom
pakrym:pakrym/add-extensions-configuration
Feb 14, 2020
Merged

Add KeyVault.Secrets configuration extensions#9937
pakrym merged 8 commits intoAzure:masterfrom
pakrym:pakrym/add-extensions-configuration

Conversation

@pakrym
Copy link
Copy Markdown
Contributor

@pakrym pakrym commented Feb 12, 2020

Add an initial version of KeyVault integration package for Microsoft.Extensions.Configuration.

It's planned to re-review the API but I want to get it building.

}
catch (Exception)
{
// Ignore
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No logging or tracing at least?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ILogger is not available in configuration providers and we didn't seem to have a problem with this before. Usually the Load method throws first and surfaces the error.

@pakrym pakrym merged commit a35ee65 into Azure:master Feb 14, 2020
@pakrym pakrym deleted the pakrym/add-extensions-configuration branch February 14, 2020 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants