Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a reloadOnChange setting to AddAzureKeyVault #771

Closed
traffk-viet opened this issue May 15, 2018 · 0 comments
Closed

Provide a reloadOnChange setting to AddAzureKeyVault #771

traffk-viet opened this issue May 15, 2018 · 0 comments

Comments

@traffk-viet
Copy link

We have an ASP.NET core app that pulls secrets from KeyVault on startup. These secrets may change behind the scene and we would like to be able to get these updates.

I believe the current way of doing this is to have a thread run on a schedule and call Configuration.Reload(); But I think this is a fairly common use case and a better way is to have something similar to AddJsonFile and have a reloadOnChange parameter.

@aspnet-hello aspnet-hello transferred this issue from aspnet/Configuration Dec 17, 2018
@pakrym pakrym closed this as completed Mar 5, 2019
@Tratcher Tratcher added this to the 3.0.0-preview4 milestone Apr 25, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants