This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch update-audit-log-security-model
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit e33634cd56968e147c8b9c36e1ee84dd7a3c75da
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sat Oct 7 09:45:40 2023 -0300

    Add explanation for Audit log users
---
 docs/apache-airflow/security/security_model.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/apache-airflow/security/security_model.rst 
b/docs/apache-airflow/security/security_model.rst
index 4030bf1c9f..6c9e3da151 100644
--- a/docs/apache-airflow/security/security_model.rst
+++ b/docs/apache-airflow/security/security_model.rst
@@ -90,7 +90,9 @@ capabilities authenticated users may have:
    create a Webserver Denial of Service situation and should be trusted
    not to misuse this capability.
 
-4. **Normal Users**: They can view and interact with the UI and API.
+4. **Audit log users**: They can view audit events for the whole Airflow 
installation.
+
+5. **Normal Users**: They can view and interact with the UI and API.
    They are able to view and edit DAGs, task instances, and DAG runs, and view 
task logs.
 
 For more information on the capabilities of authenticated UI users, see 
:doc:`/security/access-control`.

Reply via email to