Hello, (please forgive my ignorance - this is the first time I am working with juju) we are facing a problem of X-Forwarded-For not being forwarded by juju. We have used the following command:
juju config kubernetes-worker ingress-use-forwarded-headers=true
but it looks like it didn’t change anything. The network traffic goes as follows:
Web browser -> AWS ALB -> juju (ingress) -> our app (pod/k8s)
X-Forwarded-For is by default enabled in AWS ALB but it got lost somewhere in juju. Can anyone help with what else need to be changed ?