Add reference to service invokation operations documentation

Add reference to service invokation operations documentation using mTLS
This commit is contained in:
Ricard 2021-08-23 20:42:40 +02:00 committed by GitHub
parent 3dbb75fb25
commit cd0bd7ad8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: