Archive for the ‘docker’ Category

Use Docker Swarm secrets in ASP.NET Core Configuration

Thursday, January 2, 2020 15:28 No Comments

Need 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.

This was posted under category: docker, Programming Tags: , , , , , ,