From 38e3302ace3cc71997dfccf79fb5d8f66e760c68 Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Fri, 6 Mar 2020 16:18:03 -0800 Subject: [PATCH] Update secrets.md (#393) --- concepts/components/secrets.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/concepts/components/secrets.md b/concepts/components/secrets.md index 658c0c6f0..ca0030034 100644 --- a/concepts/components/secrets.md +++ b/concepts/components/secrets.md @@ -6,6 +6,10 @@ In order to reference a secret, you need to set the `auth.secretStore` field to When running in Kubernetes, if the `auth.secretStore` is empty, the Kubernetes secret store is assumed. +### Supported secret stores + +Go to [this](https://github.com/dapr/docs/blob/master/howto/setup-secret-store/supported-secret-stores.md) link to see all the secret stores supported by Dapr, along with information on how to configure and use them. + ## Non default namespaces If your Dapr enabled apps are using components that fetch secrets from non-default namespaces, apply the following resource to the namespace: