jhtimmins opened a new pull request #13923: URL: https://github.com/apache/airflow/pull/13923
While fixing #13856, I made the mistake of adding Website.can_read to all roles, including default roles. This gives public, and thus anonymous, users access to the homepage, which shows an empty list of DAGs. This fixes that bug by only adding Website.can_read to custom roles. related: #13856 ---------------------------------------------------------------- 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]
