We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Airflow login page and save user credentials to secret manager
The text was updated successfully, but these errors were encountered:
Yeah, this seems sort of useless with an airflow webserver that's open to the world. We really want to use this!
Sorry, something went wrong.
For now I'm using google auth https://airflow.apache.org/docs/stable/security.html#google-authentication
Yep, I'm planning to enable different auth methods soon.
So far you can restrict the access by whitelisting IPs here: https://github.com/andresionek91/airflow-autoscaling-ecs/blob/master/service.yml#L84-L85
Better than open to the world :)
No branches or pull requests
Enable Airflow login page and save user credentials to secret manager
The text was updated successfully, but these errors were encountered: