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:
Doug Davis 2022-03-09 14:06:55 -05:00 committed by GitHub
parent 3457c29e1e
commit fb31b55b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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