From 9d0a56f5bfcc1b7a2979311aa5348b864b7cd07a Mon Sep 17 00:00:00 2001 From: clime Date: Sat, 29 Jul 2017 23:12:32 +0200 Subject: [PATCH] copr-mbs: set PDC_INSECURE to False --- roles/copr/mbs/templates/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/copr/mbs/templates/config.py b/roles/copr/mbs/templates/config.py index 911211da1a..f09dee1145 100644 --- a/roles/copr/mbs/templates/config.py +++ b/roles/copr/mbs/templates/config.py @@ -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