Skip to content

Commit d60e217

Browse files
committed
update wording of auth
1 parent 41759eb commit d60e217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ With the workload profiles environment (preview), you can fully secure your ingr
206206

207207
## <a name="mtls"></a> Environment level network encryption - preview
208208

209-
Azure Container Apps supports environment level network encryption using mutual transport layer security (mTLS). When end-to-end encryption is required, mTLS will encrypt data transmitted between applications within an environment. It can also verify that the caller of an application exists within the environment. However, it is unable to distinguish which specific application is making the call as the same TLS certificate is used for all applications within the environment, so authentication for individual applications is not supported.
209+
Azure Container Apps supports environment level network encryption using mutual transport layer security (mTLS). When end-to-end encryption is required, mTLS will encrypt data transmitted between applications within an environment. Applications within a Container Apps Environment are automatically authenticated. However, Container Apps currently does not support authorization for access control between applications using the built-in mTLS.
210210

211211
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).
212212

0 commit comments

Comments
 (0)