copr-mbs: set PDC_INSECURE to False

This commit is contained in:
clime 2017-07-29 23:12:32 +02:00
parent 79e67653d3
commit 9d0a56f5bf

View file

@ -11,6 +11,8 @@ class ProdConfiguration(base.ProdConfiguration):
YAML_SUBMIT_ALLOWED = True
PDC_INSECURE = False
# Only copr-frontend is allowed to communicate with this mbs instance
# Therefore we don't require it to authenicate first, we trust it
NO_AUTH = True