mirror of https://github.com/dapr/docs.git
add kubernetes secret store (#145)
This commit is contained in:
parent
0c166ff13e
commit
ed7c737f1a
|
@ -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.
|
|
@ -1,4 +1,4 @@
|
|||
## Supported Secret Stores
|
||||
|
||||
* Kubernetes
|
||||
* [Kubernetes](./kubernetes.md)
|
||||
* [Azure Key Vault](./azure-keyvault.md)
|
||||
|
|
Loading…
Reference in New Issue