andrea.chiarelli Auth0 Employee
Share with us your experiences in secrets management.
Share with us your experiences in secrets management.
Thank you so much, @kj2whe!
Hi Andrea,
really nice article and well-explained.
Did u know if the reloadOnChange setting works also for .NET Core User Secrets?
Up to now, I was not able to start a web API proj, change a secret and have this change reflected for the API. My thought was that the User Secrets were loaded once on application startup… Not very clear why there is also this parameter on extension method builder.AddUserSecrets()
Let me kwow your thoughts.
Hey @ivan-pesenti, thank you for joining the Auth0 Community!
Honestly, I’ve never used that feature so I can’t share with you my first-hand experience. However, it looks like your issue could be caused by the order you configure your settings. Check out this question on Stack Overflow and let me know if it solves the issue.