mirror of https://github.com/dapr/docs.git
Added extra information regarding service invokation mtls
Added extra information regarding service invokation mtls
This commit is contained in:
parent
cd0bd7ad8f
commit
4e36e72f7f
|
@ -229,7 +229,7 @@ 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.
|
||||
Extra configuration is required using environment variables that 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue