From the course: Managing App Secrets in .NET Core

Keeping your app secrets secret - ASP.NET Core Tutorial

From the course: Managing App Secrets in .NET Core

Start my 1-month free trial

Keeping your app secrets secret

- One of the most important features in building secure applications is to make sure that you keep your secrets safe. And by secrets, I mean database connections, API keys, et cetera. The best way to keep secrets safe in our app is to not store secrets in our app at all. But where do we keep them? That is exactly what we are going to cover during this course. We will learn how to manage application secrets like how to create, read, update or delete a secret locally by using a simple but powerful tool named Secret Manager. But what if you want to publish your app to Azure? Don't worry. I will also show you how to manage secrets when your app is not running locally. Hi, I am Ervis Trupja, and I'm a web developer with a great passion for technology. I am very excited to share these ASP.NET Core secrets with you here on LinkedIn learning.

Contents