You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (Jira)" <ji...@apache.org> on 2019/12/18 00:19:00 UTC

[jira] [Updated] (AIRFLOW-2694) Allow parsing access control in DAG file

     [ https://issues.apache.org/jira/browse/AIRFLOW-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Potiuk updated AIRFLOW-2694:
----------------------------------
    Fix Version/s:     (was: 2.0.0)
                   1.10.7

> Allow parsing access control in DAG file
> ----------------------------------------
>
>                 Key: AIRFLOW-2694
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2694
>             Project: Apache Airflow
>          Issue Type: New Feature
>            Reporter: Tao Feng
>            Assignee: Andrew Stahlman
>            Priority: Major
>             Fix For: 1.10.7
>
>
> After AIRFLOW-2267 is checkedin, modify DAG parsing logic to allow user passing permission logic through DAG file like the following example:
>  
> dag = DAG('mydag', access_control=\{`role`: [ 'custom_role1'], `perm`: `can_dag_read` }, ...)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)