Skip to content

Commit f20ef4d

Browse files
Rick-Andersonscottaddie
authored andcommitted
Update app-secrets.md (dotnet#16030)
* Update app-secrets.md * minor edits
1 parent 7a3945f commit f20ef4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/security/app-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: rick-anderson
44
description: Learn how to store and retrieve sensitive information as app secrets during the development of an ASP.NET Core app.
55
ms.author: scaddie
66
ms.custom: mvc
7-
ms.date: 03/13/2019
7+
ms.date: 12/05/2019
88
uid: security/app-secrets
99
---
1010
# Safe storage of app secrets in development in ASP.NET Core
@@ -13,7 +13,7 @@ By [Rick Anderson](https://twitter.com/RickAndMSFT), [Daniel Roth](https://githu
1313

1414
[View or download sample code](https://github.com/aspnet/AspNetCore.Docs/tree/master/aspnetcore/security/app-secrets/samples) ([how to download](xref:index#how-to-download-a-sample))
1515

16-
This document explains techniques for storing and retrieving sensitive data during the development of an ASP.NET Core app. Never store passwords or other sensitive data in source code. Production secrets shouldn't be used for development or test. You can store and protect Azure test and production secrets with the [Azure Key Vault configuration provider](xref:security/key-vault-configuration).
16+
This document explains techniques for storing and retrieving sensitive data during the development of an ASP.NET Core app. Never store passwords or other sensitive data in source code. Production secrets shouldn't be used for development or test. Secrets shouldn't be deployed with the app. Instead, secrets should be made available in the production environment through a controlled means like environment variables, Azure Key Vault, etc. You can store and protect Azure test and production secrets with the [Azure Key Vault configuration provider](xref:security/key-vault-configuration).
1717

1818
## Environment variables
1919

0 commit comments

Comments
 (0)