diff --git a/howto/setup-secret-store/kubernetes.md b/howto/setup-secret-store/kubernetes.md new file mode 100644 index 000000000..62a72a7a5 --- /dev/null +++ b/howto/setup-secret-store/kubernetes.md @@ -0,0 +1,6 @@ +# Secret Store for Kubernetes + +Kubernetes has a built-in state store which Dapr components can use to fetch secrets from. +No special configuration is needed to setup the Kubernetes state store. + +Please refer to [this](../../concepts/components/secrets.md) document for information and examples on how to fetch secrets from Kubernetes using Dapr. \ No newline at end of file diff --git a/howto/setup-secret-store/supported-secret-stores.md b/howto/setup-secret-store/supported-secret-stores.md index 18e0d221e..9a453a471 100644 --- a/howto/setup-secret-store/supported-secret-stores.md +++ b/howto/setup-secret-store/supported-secret-stores.md @@ -1,4 +1,4 @@ ## Supported Secret Stores -* Kubernetes +* [Kubernetes](./kubernetes.md) * [Azure Key Vault](./azure-keyvault.md)