@RajivBansal-2486 Thanks for posting your question in Microsoft Q&A.
You can refer to this section about peer-to-peer communication with encryption using private certificate within the container app environment.
- All the traffic from ingress proxy to container app within container environment isTLS encrypted with a private certificate and decrypted by the receiver.
- 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.
- 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.
Hope this helps, let me know if you still have any further questions on this.