With RBAC enabled, only users with role admin can view logs.
The default roles (excluding public) include permission can_log which allows to open the /log page, however the actual log message is loaded with another XHR request which required the additional permission get_logs_with_metadata.
My suggestion is to add the permission and assign tog viewer role. Or is there a cause why only admin should be able to see logs?
- is duplicated by
-
AIRFLOW-3085 Log viewing not possible in default RBAC setting
-
- Closed
-
- links to