Re: AIP-9 Automated Dependency Management

2019-01-15 Thread Tim Swast
Having worked at Google for so long, I'm comfortable with having every dependency at the latest version. Internally at Google just about everything is built at HEAD. That said, for libraries / core infrastructure having generous version ranges in setup.py is more typical. It makes me a little unco

Re: AIP-8 Split Hooks/Operators into Separate Packages

2019-01-15 Thread Tim Swast
I like this proposal to create an "airflow-backward-compatibility-operators" package, which can be released independently of "airflow", and then migrate to "micro-packages" after that. I've updated AIP-8 to describe detail

Re: Using OpenID Connect with Airflow

2019-01-15 Thread Ravi Kotecha
Hi Kevin, We're using it but had to create our own Security manager that extends the OID one. You can find code and instructions here: https://github.com/ministryofjustice/fab-oidc On Tue, Jan 15, 2019 at 2:06 PM Kevin Charbonneau < kevin.charbonneau...@gmail.com> wrote: > Hello, > > Is there b

Using OpenID Connect with Airflow

2019-01-15 Thread Kevin Charbonneau
Hello, Is there by any chance someone who used Airflow with OpenID Connect? We are trying to set up Airflow to authenticate users via OpenID using Gluu Server. In webserver_config.py there is an option to configure FAB with AUTH_TYPE = AUTH_OID but I can’t seem to find anything in airflow.c