10.8.2.2. Action log audit configuration
This section covers the configuration fields for audit logging within Red Hat Quay. When enabled, audit logging tracks detailed user activity such as UI logins, logouts, and Docker logins for regular users, robot accounts, and token-based accounts.
| Field | Type | Description |
|---|---|---|
| ACTION_LOG_AUDIT_LOGINS | Boolean |
When set to |
| ACTION_LOG_AUDIT_LOGIN_FAILURES | Boolean |
Whether logging of failed logins attempts is enabled. |
| ACTION_LOG_AUDIT_PULL_FAILURES | Boolean |
Whether logging of failed image pull attempts is enabled. |
| ACTION_LOG_AUDIT_PUSH_FAILURES | Boolean |
Whether logging of failed image push attempts is enabled. |
| ACTION_LOG_AUDIT_DELETE_FAILURES | Boolean |
Whether logging of failed image delete attempts is enabled. |
Audit logs configuration example YAML
# ...
ACTION_LOG_AUDIT_LOGINS: true
ACTION_LOG_AUDIT_LOGIN_FAILURES: false
ACTION_LOG_AUDIT_PULL_FAILURES: false
ACTION_LOG_AUDIT_PUSH_FAILURES: false
ACTION_LOG_AUDIT_DELETE_FAILURES: false
# ...