-
Notifications
You must be signed in to change notification settings - Fork 13
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
Should we allow optional secret provider registrations? #200
Comments
Isn't that how it works today? If it can't find it in the first provider, it will go to the second, then to the third, etc. Or am I not getting the proposal correctly? |
No, it's more about, if the 'setup' of the provider fails, should we block the secret store or should we ignore it (optional). |
So it would be to not block on configuration issues then, is that correct? Interesting 🤔 So @fgheysels his initial comment (#171 (comment)) was:
In this case, wouldn't it be more suitable to make the folder name configurable? I'm just not sure what the exact scenario would be other than this 🤔 |
It's I think more about aligning with the configuration provider. Where also mostly have an option to make it optional. Like when adding the app settings and adding an additional app settings file for local development. |
True. |
Makes sense, thanks for explaining further! Let's make it so 😎 |
We still have to decide on the questions described in the issue here. We should have a clear distinction on what this means for the secret store. |
According to this, both connection issues and configuration issues are ignored by
https://github.com/aspnet/MicrosoftConfigurationBuilders#optional |
We can wait for #211 to complete. |
@fgheysels would it make sense to have it more on a per-provider level so that the docker secrets can coop with this then in case the file is not there for example? |
Should we include this too in the v1.4.0 milestone? And if not, the next? |
Let's wait until we know what to do |
Closed in favor of #241 |
Is your feature request related to a problem? Please describe.
As proposed here, @fgheysels makes the point that we could include optional registrations for the secret providers in the secret store (like provided in the configuration providers).
Describe the solution you'd like
What needs to be figured out is:
Additional context
#171 (comment)
The text was updated successfully, but these errors were encountered: