add kubernetes secret store (#145)

This commit is contained in:
Yaron Schneider 2019-10-16 08:09:54 -07:00 committed by GitHub
parent 0c166ff13e
commit ed7c737f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -1,4 +1,4 @@
## Supported Secret Stores
* Kubernetes
* [Kubernetes](./kubernetes.md)
* [Azure Key Vault](./azure-keyvault.md)