You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/27 15:59:00 UTC

[GitHub] [airflow] XD-DENG commented on a change in pull request #6199: [AIRFLOW-5562] Skip grant single DAG permissions for Admin role.

XD-DENG commented on a change in pull request #6199: [AIRFLOW-5562] Skip grant single DAG permissions for Admin role.
URL: https://github.com/apache/airflow/pull/6199#discussion_r329142836
 
 

 ##########
 File path: airflow/www/security.py
 ##########
 @@ -453,12 +453,19 @@ def merge_pv(perm, view_menu):
 
     def update_admin_perm_view(self):
         """
-        Admin should have all the permission-views.
+        Admin should have all the permission-views, except the dag views.
+        because Admin have already have all_dags permission.
 
 Review comment:
   Typo `have already have` here. Maybe you meant to type `Admin already has`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services