jhtimmins commented on a change in pull request #10594:
URL: https://github.com/apache/airflow/pull/10594#discussion_r483844302
##########
File path: airflow/www/security.py
##########
@@ -151,10 +152,12 @@ class AirflowSecurityManager(SecurityManager,
LoggingMixin):
WRITE_DAG_PERMS = {
'can_dag_edit',
+ 'can_edit',
}
READ_DAG_PERMS = {
'can_dag_read',
+ 'can_read',
Review comment:
Currently, the UI is still using `can_dag_read`. When I backport the new
permissions I can remove this.
----------------------------------------------------------------
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]