mirror of https://github.com/dapr/docs.git
Fixing casing in doc headers
This commit is contained in:
parent
4d79221bb6
commit
7b48f8c23a
|
|
@ -9,11 +9,11 @@
|
||||||
- [Management Security](#management-security)
|
- [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 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.
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue