mirror of https://github.com/dapr/docs.git
Merge branch 'v1.0' into aacrawfi/dotnet-update
This commit is contained in:
commit
7eb4cc0c91
|
@ -7,7 +7,7 @@ weight: 10000
|
|||
type: docs
|
||||
---
|
||||
|
||||
Dapr integrates with secret stores to provide apps and other components with secure store and access to secrets such as access keys and passwords. Each secret store component has a name and this name is used when accessing a secret.
|
||||
Dapr integrates with secret stores to provide apps and other components with secure storage and access to secrets such as access keys and passwords. Each secret store component has a name and this name is used when accessing a secret.
|
||||
|
||||
As with other building block components, secret store components are extensible and can be found in the [components-contrib repo](https://github.com/dapr/components-contrib).
|
||||
|
||||
|
@ -79,4 +79,4 @@ kubectl apply -f secret-store.yaml
|
|||
## Related links
|
||||
|
||||
- [Supported secret store components]({{< ref supported-secret-stores >}})
|
||||
- [Secrets building block]({{< ref secrets >}})
|
||||
- [Secrets building block]({{< ref secrets >}})
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1806602cccee4cc091c38d6bb06ef7b0220a53ed
|
||||
Subproject commit 036fc63bf0a919843827e263ec287d55e3188b7b
|
Loading…
Reference in New Issue