From 3ce44352004b89b9bca13f131e75a1c3846500ba Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Thu, 18 Apr 2019 12:54:25 -0500 Subject: [PATCH] Improve discoverability of secrets management docs (#12035) * Improve discoverability of secrets management docs * React to feedback --- aspnetcore/toc.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/aspnetcore/toc.yml b/aspnetcore/toc.yml index 7652435616..f8bbd2e000 100644 --- a/aspnetcore/toc.yml +++ b/aspnetcore/toc.yml @@ -936,11 +936,14 @@ uid: security/data-protection/compatibility/index - name: Replace machineKey in ASP.NET uid: security/data-protection/compatibility/replacing-machinekey - - name: Protect secrets in development - displayName: password - uid: security/app-secrets - - name: Azure Key Vault Configuration Provider - uid: security/key-vault-configuration + - name: Secrets management + items: + - name: Protect secrets in development + displayName: password, connection string, API key + uid: security/app-secrets + - name: Azure Key Vault Configuration Provider + displayName: password, connection string, API key + uid: security/key-vault-configuration - name: Enforce HTTPS uid: security/enforcing-ssl - name: EU General Data Protection Regulation (GDPR) support