You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Sudhir Babu Pothineni <sb...@gmail.com> on 2019/03/12 14:18:02 UTC

Airflow authentication and filter task instances, logs

I am able to connect Airflow authentication to Hue database.

authenticate = True
auth_backend = hue_login
filter_by_owner = True

Airflow filtering the DAGs depends on the owner, but it is still showing task instances and logs of other users on Browse -> Task Instances

is there anyway to filter?

Thanks
Sudhir