From 895fa1d00af847432734c357017db95919b0dea0 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Tue, 30 Mar 2021 12:50:37 -0700 Subject: [PATCH 1/2] Pull latest zh docs --- translations/docs-zh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/docs-zh b/translations/docs-zh index 1806602cc..036fc63bf 160000 --- a/translations/docs-zh +++ b/translations/docs-zh @@ -1 +1 @@ -Subproject commit 1806602cccee4cc091c38d6bb06ef7b0220a53ed +Subproject commit 036fc63bf0a919843827e263ec287d55e3188b7b From 2dfe2252f2f25af3332fc672505a9b0e033e9338 Mon Sep 17 00:00:00 2001 From: Donovan Brown Date: Tue, 30 Mar 2021 19:39:13 -0500 Subject: [PATCH 2/2] Update secret-stores-overview.md Just updated a sentence that I feel reads better now. Updated "with secure store" to "with secure storage" --- .../components/setup-secret-store/secret-stores-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/operations/components/setup-secret-store/secret-stores-overview.md b/daprdocs/content/en/operations/components/setup-secret-store/secret-stores-overview.md index 43405461e..5822ff211 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/secret-stores-overview.md +++ b/daprdocs/content/en/operations/components/setup-secret-store/secret-stores-overview.md @@ -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 >}}) \ No newline at end of file +- [Secrets building block]({{< ref secrets >}})