Managing App Secrets in .NET Core
28mIntermediate2019-04-25
Authors

Ervis Trupja
Full-Stack .NET Web Developer with a mathematical background
Course details
Managing secrets is an important part of securing data in your ASP.NET Core applications. Secrets can be anything from API keys to user passwords to database connection strings. You need to ensure this critical data is accessible to admins and developers without exposing it to attackers. This short, security-focused course explains where to store secrets, and how to set, access, replace, and remove secrets locally using the ASP.NET Core Secret Manager. Finally, discover how to set up Azure Key Vault to work with secrets once you have deployed apps to the cloud.
Skills covered
ASP.NET CoreBack-End Web DevelopmentFull-Stack Web DevelopmentFront-End Web DevelopmentWeb DevelopmentMicrosoftDeep Dive (X:Y)
Concepts
0. Introduction
- 01 - Keeping your app secrets secret
- 02 - What you should know
1. Getting Started
- 03 - Managing application secrets
- 04 - Setting secrets
- 05 - Accessing secrets
- 06 - Replacing and removing secrets
- 07 - Managing application secrets in Azure
Conclusion
- 08 - Next steps