Skip to content

Commit 19aeec7

Browse files
committed
update peer-to-peer encryption img
1 parent b3d8de1 commit 19aeec7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
-30.9 KB
Loading

articles/container-apps/networking.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,13 @@ You can fully secure your ingress and egress networking traffic workload profile
282282

283283
Azure Container Apps supports peer-to-peer TLS encryption within the environment. Enabling this feature encrypts all network traffic within the environment with a private certificate that is valid within the Azure Container Apps environment scope. These certificates are automatically managed by Azure Container Apps.
284284

285-
Below is an example ingress pattern for an environment with peer-to-peer encryption enabled.
286-
285+
Below is an example environment with peer-to-peer encryption enabled.
287286
:::image type="content" source="media/networking/peer-to-peer-encryption-traffic-diagram.png" alt-text="Diagram of how traffic is encrypted/decrypted with peer-to-peer encryption enabled.":::
288287

288+
<sup>1</sup> Inbound TLS traffic is terminated at the ingress proxy on the edge of the environment.
289+
<sup>2</sup> Traffic to and from the ingress proxy within the environment is TLS encrypted with the private CA and decrypted by the receiver.
290+
<sup>3</sup> Calls made from app A to app B are first sent to the edge ingress proxy, and are TLS encrypted.
291+
289292
Applications within a Container Apps environment are automatically authenticated. However, the Container Apps runtime doesn't support authorization for access control between applications using the built-in peer-to-peer encryption.
290293

291294
When your apps are communicating with a client outside of the environment, two-way authentication with mTLS is supported. To learn more, see [configure client certificates](client-certificate-authorization.md).

0 commit comments

Comments
 (0)