This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit d57042c1e9220712cef056a06c63fcf1ff14c424 Author: Amogh Desai <[email protected]> AuthorDate: Fri Feb 2 12:58:53 2024 +0530 Add clarification about DAG author capabilities to security model (#37141) (cherry picked from commit e1b032d05b6fba0766a7d81f8af6bc2e2cc3d0d6) --- docs/apache-airflow/security/security_model.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/apache-airflow/security/security_model.rst b/docs/apache-airflow/security/security_model.rst index 6200fff8f0..62a614110b 100644 --- a/docs/apache-airflow/security/security_model.rst +++ b/docs/apache-airflow/security/security_model.rst @@ -209,6 +209,12 @@ The Deployment Manager might decide to introduce additional control mechanisms t executing arbitrary code. This is all fully in hands of the Deployment Manager and it is discussed in the following chapter. +Access to All DAGs +........................................................................ + +All DAG authors have access to all DAGs in the airflow deployment. This means that they can view, modify, +and update any DAG without restrictions at any time. + Responsibilities of Deployment Managers ---------------------------------------
