This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 1f3525fd93 Clarify audit log permissions (#34815)
1f3525fd93 is described below
commit 1f3525fd93554e66f6c3f2d965a0dbf6dcd82724
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Sat Oct 7 17:51:24 2023 +0200
Clarify audit log permissions (#34815)
---
docs/apache-airflow/security/audit_logs.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/apache-airflow/security/audit_logs.rst
b/docs/apache-airflow/security/audit_logs.rst
index 1c86d14ced..9ce5137786 100644
--- a/docs/apache-airflow/security/audit_logs.rst
+++ b/docs/apache-airflow/security/audit_logs.rst
@@ -28,6 +28,8 @@ They provide a way to track user actions and system events,
which can be used to
In Airflow, audit logs are used to track user actions and system events that
occur during the execution of DAGs and tasks.
They are stored in a database and can be accessed through the Airflow UI.
+To be able to see audit logs, a user needs to have the ``Audit Logs.can_read``
permission. Such user will be able to see all audit logs, independently of the
DAGs permissions applied.
+
Level of Audit Logs
--------------------