aksio-insurtech / AppManager

MIT License
4 stars 2 forks source link

Make composition ingress not public #101

Closed einari closed 1 year ago

einari commented 1 year ago

We have External set to true for the composition ingress. This should be false. The reason we have that is that the Auth ingress does a proxy_pass to the composition proxy and uses the FQDN of the composition ingress, which seems to then go outside of the container apps managed environment and in. It would be preferred if we could have the local IP address or the IP address it has in the VNet. But this might not be possible, since it is load balanced and we could have multiple instances of this.