From cd0bd7ad8f406ea84d6ccfe542e56c4aa4847b6f Mon Sep 17 00:00:00 2001 From: Ricard <16720621+ricardf@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:42:40 +0200 Subject: [PATCH] Add reference to service invokation operations documentation Add reference to service invokation operations documentation using mTLS --- daprdocs/content/en/operations/security/mtls.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daprdocs/content/en/operations/security/mtls.md b/daprdocs/content/en/operations/security/mtls.md index 10e573ff4..71f3a9b78 100644 --- a/daprdocs/content/en/operations/security/mtls.md +++ b/daprdocs/content/en/operations/security/mtls.md @@ -229,6 +229,8 @@ If using `daprd` directly, use the following flags to enable mTLS: daprd --app-id myapp --enable-mtls --sentry-address localhost:50001 --config=./config.yaml ``` +Several environment variables should be filled in with the information of the certificates when invoking services with the dapr sidecar. Check the [Service Invocation access control]({{< ref "invoke-allowlist.md" >}}) self-hosted example using mTLS for more detail. + #### Sentry configuration Here's an example of a configuration for Sentry that changes the workload cert TTL to 25 seconds: