Does Abp or Aspnetzero provide any help to remove secrets like connection strings, Api access keys etc from appsettings.json etc ? I need to remove these from being stored in source control and also to help secure production environment.
have looked at secrets.json and several other methods including
<a class="postlink" href="https://www.humankode.com/asp-net-core/asp-net-core-configuration-best-practices-for-keeping-secrets-out-of-source-control">https://www.humankode.com/asp-net-core/ ... ce-control</a>
<a class="postlink" href="https://winterlimelight.com/2017/02/28/net-core-secrets/">https://winterlimelight.com/2017/02/28/ ... e-secrets/</a>
Thanks.
1 Answer(s)
-
0
@mumfie you can take a look at user secrets, <a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-2.1&tabs=visual-studio">https://docs.microsoft.com/en-us/aspnet ... ual-studio</a>.