Ronald Fenner created AIRFLOW-6176:
--------------------------------------
Summary: Form submits change url from https to http when
redirectoung
Key: AIRFLOW-6176
URL: https://issues.apache.org/jira/browse/AIRFLOW-6176
Project: Apache Airflow
Issue Type: Bug
Components: ui
Affects Versions: 1.10.6
Environment: amazon linux 2
Reporter: Ronald Fenner
We server the airflow web server behind an ALB in AWS that terminates SSL for
us. when submitting forms such as adding a variable when clicking save it
changes the url to http from https and we get a bad request.
It seems that the initial post call by the form works as the variable gets
created but then when we get redirected back to the list is when the url drops
the https.
I've seen this behavior as well then creating a pool. The pool gets created but
we get routed to an http page afterwards.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)