From 236bc69938b1ccd646106d7cb9bcf1f9a7a510d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Thu, 8 Nov 2018 16:48:27 +0100 Subject: [PATCH] Disable authentication in the OpenShift template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In testing contexts there auth providers are still missing. Disable auth to allow anyone to submit module builds. Signed-off-by: Hunor Csomortáni --- openshift/mbs-test-template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index fbdd70f6..6c6cae25 100644 --- a/openshift/mbs-test-template.yaml +++ b/openshift/mbs-test-template.yaml @@ -138,8 +138,8 @@ objects: KOJI_CG_BUILD_TAG_TEMPLATE = '' KOJI_CG_DEFAULT_BUILD_TAG = '' - # yes, we want everyone to authenticate - NO_AUTH = False + # Disable authentication + NO_AUTH = True YAML_SUBMIT_ALLOWED = False @@ -550,8 +550,8 @@ objects: KOJI_CG_BUILD_TAG_TEMPLATE = '' KOJI_CG_DEFAULT_BUILD_TAG = '' - # yes, we want everyone to authenticate - NO_AUTH = False + # Disable authentication + NO_AUTH = True YAML_SUBMIT_ALLOWED = False