51yu opened a new issue #9711: URL: https://github.com/apache/airflow/issues/9711
**Apache Airflow version**: 1.10 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): not k8s issue **Environment**: linux **What happened**: when FILTER_BY_OWNER enabled, logs view should also filtered based on dag owner otherwise, dag_link in log list could redirect to any dag without constraint of dag owner https://github.com/apache/airflow/blob/v1-10-stable/airflow/www/views.py#L2980 **What you expected to happen**: user has subset view of logs owned by user (specified in owner field in DAG defninition) **How to reproduce it**: 1. enable filter by owner and create two dags with different owner 2. when user login, in navigation bar click browse -> logs, in version 1.10. user could view any logs and further click dag link to visit any dag ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
