From 5038c92b2b31f4e378444e248106b4750bbb5914 Mon Sep 17 00:00:00 2001 From: zhangchao Date: Sat, 6 Nov 2021 17:53:17 +0800 Subject: [PATCH] add secret store refrence --- .../components-reference/supported-pubsub/setup-apache-kafka.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md index 214aefafd..371260e38 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md @@ -108,6 +108,8 @@ auth: secretStore: ``` +The `secretKeyRef` above is using a secret store to access the tls information, if you don't know how to use secret store, you can read [secret store components]({{< ref setup-secret-store.md >}}) and [Kubernetes secrets store]({{< ref kubernetes-secret-store.md >}}) and [how to reference secrets in Dapr components]({{< ref component-secrets.md >}}) for more information. + ## Per-call metadata fields ### Partition Key