When we enabled RBAC and HTTPS in our airflow setup, we noticed we weren't able to get past the login screen.
After some extra investigation, it seemed that the login page would redirect us to a non-https domain, which is closed off in the security group and for which there is no listener on the load balancer.
Proposal changes:
add HTTP listener to load balancer to redirect to HTTPS when HTTPS is enabled
add security group rule to allow inbound HTTP traffic when HTTPS is enabled
add airflow environment variable AIRFLOW__WEBSERVER__BASE_URL which has as value the host name of the airflow installation
When we enabled RBAC and HTTPS in our airflow setup, we noticed we weren't able to get past the login screen. After some extra investigation, it seemed that the login page would redirect us to a non-https domain, which is closed off in the security group and for which there is no listener on the load balancer.
Proposal changes:
AIRFLOW__WEBSERVER__BASE_URL
which has as value the host name of the airflow installation