atalakey4work commented on issue #60922:
URL: https://github.com/apache/airflow/issues/60922#issuecomment-3797123354
@ecodina i am running Airflow using the helm chart provided. I am exposing
the API via ingress nginx and have the bwlo annotations setup but still the
redirect is set to http instead of https:
`ingress:
apiServer:
enabled: true
annotations:
nginx.ingress.kubernetes.io/proxy-http-version: "1.1"
nginx.ingress.kubernetes.io/proxy-redirect-off: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
more_set_headers "Content-Security-Policy: frame-ancestors 'self';";`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]