feat(config.py): add setting for audit log strictness
This commit is contained in:
parent
3dd6e6919d
commit
503c4cd235
1 changed files with 4 additions and 0 deletions
|
@ -273,6 +273,10 @@ class DefaultConfig(object):
|
||||||
SYSTEM_LOGS_FILE = "/var/log/syslog"
|
SYSTEM_LOGS_FILE = "/var/log/syslog"
|
||||||
SYSTEM_SERVICES_PATH = "conf/init/service/"
|
SYSTEM_SERVICES_PATH = "conf/init/service/"
|
||||||
|
|
||||||
|
# Disallow all registry operations if unable to write to the audit log
|
||||||
|
# When disabled, registry pulls are allowed despite any failures to write to audit log
|
||||||
|
STRICT_AUDIT_LOG=true
|
||||||
|
|
||||||
# Services that should not be shown in the logs view.
|
# Services that should not be shown in the logs view.
|
||||||
SYSTEM_SERVICE_BLACKLIST = []
|
SYSTEM_SERVICE_BLACKLIST = []
|
||||||
|
|
||||||
|
|
Reference in a new issue