Support for Airflow version 1.X #861
Replies: 3 comments 1 reply
-
@conchaox I think you might have missed a few of the warnings on the Integrate Airflow with LDAP or OAUTH page.
There is one thing you will need to add to your # only needed for airflow 1.10
from airflow import configuration as conf
SQLALCHEMY_DATABASE_URI = conf.get("core", "SQL_ALCHEMY_CONN") |
Beta Was this translation helpful? Give feedback.
-
Hi @thesuperzapper that worked! thanks for pointing it out, however, I'm not sure why the login window still asking for user and password, I though setting the My config looks like this now:
|
Beta Was this translation helpful? Give feedback.
-
oh, it seems that all the webServerConfig override deletes the Okta part and just kept these:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
We've been using this chart for more than two years now with Airflow version
2.x
, I've a recent requirement for Airflow version1.X
and I haven't been able to make it work. All the pods are coming up except for the web on, here's the log:Right now, I'm using chart version
8.7.0
but it's supposed that most of the chart versions support version 1? We are using Terraform to deploy the module and for our most recent module versions we are overriding the web config in this way:I noticed that for old chart versions (e.g. 7.16.0) that have Airflow version
1.X
as default valuewebserverConfig
doesn't even exists, so, we cannot get rid of this web config since we use it to authenticate using Okta, so how can we make this work?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions