datarootsio / terraform-aws-ecs-airflow

A terraform module that creates an airflow instance in AWS ECS.
MIT License
59 stars 41 forks source link

When RBAC is enabled with HTTPS, you cannot get past the login screen #9

Closed biermansm closed 3 years ago

biermansm commented 3 years ago

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: