Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/apache-airflow/security/security_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down