Skip to content

Commit 145dbc9

Browse files
pierrejeambrunephraimbuddy
authored andcommitted
Clarify audit log permissions (#34815)
(cherry picked from commit 1f3525f)
1 parent 9cd8f4c commit 145dbc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/apache-airflow/security/audit_logs.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ They provide a way to track user actions and system events, which can be used to
2828
In Airflow, audit logs are used to track user actions and system events that occur during the execution of DAGs and tasks.
2929
They are stored in a database and can be accessed through the Airflow UI.
3030

31+
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.
32+
3133

3234
Level of Audit Logs
3335
--------------------

0 commit comments

Comments
 (0)