Fixing casing in doc headers

This commit is contained in:
Shalabh Mohan Shrivastava 2020-03-30 11:10:26 -07:00
parent 4d79221bb6
commit 7b48f8c23a
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
- [Management Security](#management-security)
## Dapr-to-app communication
## Dapr-to-App communication
Dapr sidecar runs close to the application through **localhost**. Dapr assumes it runs in the same security domain of the application. So, there are no authentication, authorization or encryption between a Dapr sidecar and the application.
## Dapr-to-dapr communication
## Dapr-to-Dapr communication
Dapr includes an on by default, automatic mutual TLS that provides in-transit encryption for traffic between Dapr instances.
To achieve this, Dapr leverages a system component named `Sentry` which acts as a Certificate Authority (CA) and signs workload certificate requests originating from the Dapr instances.