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 2020/06/12 01:34:21 UTC

[GitHub] [airflow] xuejunteo commented on pull request #6489: [AIRFLOW-3959] [AIRFLOW-4026] Add filter by DAG tags

xuejunteo commented on pull request #6489:
URL: https://github.com/apache/airflow/pull/6489#issuecomment-643016007


   Is there a way to auto generate permissions based on tags?
   
   e.g. 
   I want to automatically grant access to user based on his role to a specific list of tags
   
   currently only the `can dag read on <dag name>`  and `can dag write on <dag name>` is auto populated when there is a new dag
   
   it would be good if i can do something like `can dag read on tag <tag name>` and `can dag write on tag <tag name>`
   
   thanks in advance!


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