-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Feature request: support Secrets Manager #54
Comments
I would love that feature too :) Evolve is a great lib: thank for you work @lecaillon |
Hi, Thanks for your feedback and sorry for my (very) late response :) Since the version 2.0, Evolve ships in 3 parts:
The use of configuration files like evolve.json is only supported in Evolve.MSBuild. Use secrets is tied to the So, I would say the only package that "supports" secrets is: Evolve |
I can't tell if you support this or not... can one use the Secrets Manager to store the
Evolve.ConnectionString
?As in:
https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?tabs=visual-studio
That would be great if it did. Initial testing leads to believe this is not yet supported.
For instance, this command adds the secret:
But when I run the app after removing
Evolve.ConnectionString
fromevolve.json
, I get "Value cannot be null" for "Parameter name: connectionString"The text was updated successfully, but these errors were encountered: