Posts Tagged ‘.net core’
Use Docker Swarm secrets in ASP.NET Core Configuration
Thursday, January 2, 2020 15:28 No CommentsNeed to pull in docker swarm secrets into the asp.net core configuration? The following article linked here: Use docker swarm secrets in Asp.Net core demonstrates how to write a custom configuration provider to do just that, or pull the existing NuGet package and let it do the work.