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:
parent
daa2d739b8
commit
103210fb36
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue