Re: Using OpenID Connect with Airflow

2019-01-16 Thread Kevin Charbonneau
Hi Ravi, Thanks for your reply! It helped me figure out my problem! My bad! It would seem that with the RBAC the authentication is managed by FAB so no need for the "auth_backend" flag, Using your custom Security Manager did solve my issue! Best regards, Kevin Charbonneau Business intelligence

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