How to load .NET configuration from AWS Secrets Manager
Every application has secrets – database credentials, API keys used to call external services, or private encryption keys needed to secure data. In this blog post, I will show you how you can load and use secrets using .NET’s configuration system and AWS Secrets Manager (Secrets Manager). Keeping your sensitive data outside of your code is …
How to load .NET configuration from AWS Secrets Manager Read More »