microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
372 stars 29 forks source link

App to App Network Access Controls #1326

Open simonjj opened 1 month ago

simonjj commented 1 month ago

As a developer It would be great to have a way to control app to app communication in my ACA environment so I can ensure that only allowed frontends talk to certain backends.

Alternatives: Dapr could be used to achieve a similar goal but this would require me to rewrite my application.

trylvis commented 2 weeks ago

This would an great feature!

I assume this is what would be used under the hood;

https://kubernetes.io/docs/concepts/services-networking/network-policies/