mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
koji / hub: set MissingPolicyOk False
This will mean that anything we don't have a policy for will be denied instead of allowed. We want this (safer) default. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -57,6 +57,12 @@ DisableNotifications = True
|
||||
## subclasses of koji.GenericError).
|
||||
# KojiDebug = On
|
||||
|
||||
## If MissingPolicyOk is on, and given policy is not set up,
|
||||
## policy test will pass as ok. If 'deny' result is desired, set it
|
||||
## to off
|
||||
# MissingPolicyOk = True
|
||||
MissingPolicyOk = False
|
||||
|
||||
## Determines how much detail about exceptions is reported to the client (via faults)
|
||||
## Meaningful values:
|
||||
## normal - a basic traceback (format_exception)
|
||||
|
||||
Reference in New Issue
Block a user