Blizzke commented on issue #42214:
URL: https://github.com/apache/airflow/issues/42214#issuecomment-2348778817

   If you disable that piece of code, things go wrong further along as well. 
   In `_sync_dag_view_permissions` to be precise.  
   Within the loop of the specified roles there's a `action_names = 
set(action_names)` there that still converts them into `('DAG Runs', 'DAGs')`. 
   Seems that the code has "forgotten" that an extra layer is possible, only 
allowing actions on `DAGs`, which makes the entire `access_control` rather 
pointless.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to