mirror of https://github.com/dapr/docs.git
Remove sentence about a pict since pict isn't there (#2242)
See #2229 for more info Fixes #2229 Signed-off-by: Doug Davis <dug@microsoft.com>
This commit is contained in:
parent
3457c29e1e
commit
fb31b55b54
|
@ -45,7 +45,7 @@ Applications can be scoped to namespaces for deployment and security, and you ca
|
|||
|
||||
### Service-to-service security
|
||||
|
||||
All calls between Dapr applications can be made secure with mutual (mTLS) authentication on hosted platforms, including automatic certificate rollover, via the Dapr Sentry service. The diagram below shows this for self hosted applications.
|
||||
All calls between Dapr applications can be made secure with mutual (mTLS) authentication on hosted platforms, including automatic certificate rollover, via the Dapr Sentry service.
|
||||
|
||||
For more information read the [service-to-service security]({{< ref "security-concept.md#sidecar-to-sidecar-communication" >}}) article.
|
||||
|
||||
|
|
Loading…
Reference in New Issue