Skip to content

Commit cc82fdc

Browse files
committed
add app to app communication
1 parent 95952c9 commit cc82fdc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
-18.7 KB
Loading

articles/container-apps/networking.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ The following example shows an environment with peer-to-peer encryption enabled.
289289

290290
<sup>2</sup> Traffic to and from the ingress proxy within the environment is TLS encrypted with a private certificate and decrypted by the receiver.
291291

292-
<sup>3</sup> Calls made from app A to app B are first sent to the edge ingress proxy, and are TLS encrypted.
292+
<sup>3</sup> Calls made from app A to app B's FQDN are first sent to the edge ingress proxy, and are TLS encrypted.
293+
294+
<sup>4</sup> Calls made from app A to app B using app B's app name are sent directly to app B and are TLS encrypted.
293295

294296
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.
295297

0 commit comments

Comments
 (0)