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/03/31 15:10:39 UTC

[GitHub] [airflow] selvathiruarul opened a new issue #8032: Security: Variable level ownership/permission

selvathiruarul opened a new issue #8032: Security: Variable level ownership/permission
URL: https://github.com/apache/airflow/issues/8032
 
 
   
   **Description**
   
   Feature to provide variable level permission to users/roles. so that in an organization, different users can manage their own variables.
   
   **Use case / motivation**
   
   Provide user/role level permission to each variable, so that a user/role don't have to reach out to others to change their own variables or won't have permission to change other variables by mistake. 
   
   

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

[GitHub] [airflow] ashb commented on issue #8032: Security: Variable level ownership/permission

Posted by GitBox <gi...@apache.org>.
ashb commented on issue #8032: Security: Variable level ownership/permission
URL: https://github.com/apache/airflow/issues/8032#issuecomment-611738465
 
 
   This is a nice feature, but how would this interact with DAGs trying to access variables?
   
   And also for DAGs accessing variables: it would be best effort and not an actual protection as DAGs run with full database access, so could by-pass any code-level protection on Variable. (This would be true if/until we move workers from not having direct database access.)

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

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8032: Security: Variable level ownership/permission

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #8032: Security: Variable level ownership/permission
URL: https://github.com/apache/airflow/issues/8032#issuecomment-606688088
 
 
   Thanks for opening your first issue here! Be sure to follow the issue template!
   

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