fixed link to wrong image

Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
Mark Fussell 2022-03-03 17:50:56 -08:00
parent 632632ce11
commit cce927ab7a
2 changed files with 3 additions and 1 deletions

View File

@ -93,6 +93,8 @@ When the Dapr sidecar initializes, it authenticates with the system pods using t
The diagram below shows secure communication between the Dapr sidecar and the Dapr Sentry (Certificate Authority), Placement (actor placement) and the Kubernetes Operator system services
<img src="/images/security-mTLS-dapr-system-services.png" width=1000>
</br>
# Operational Security
Dapr is designed for operators to manage mTLS certificate and enforce OAuth policies.
@ -112,7 +114,7 @@ Dapr has an extensive set of security policies that can be applied to your appli
## API access policy
In certain scenarios such as zero trust networks or when exposing the Dapr sidecar to external traffic through a frontend, its recommended to only enable the Dapr sidecar APIs that are being used by the app. Doing so reduces the attack surface and helps keep the Dapr APIs scoped to the actual needs of the application. You can control which APIs are accessible to the application by setting an API allow list in configuration, as shown in the diagram below.
<img src="/images/security-mTLS-dapr-system-services.png" width=1000>
<img src="/images/security-dapr-API-scoping.png" width=1000>
Read [How-To: Selectively enable Dapr APIs on the Dapr sidecar]({{<ref "api-allowlist.md">}}) for more details.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

After

Width:  |  Height:  |  Size: 228 KiB