From 236bc69938b1ccd646106d7cb9bcf1f9a7a510d9 Mon Sep 17 00:00:00 2001 From: Hunor Csomortáni Date: Nov 12 2018 16:56:16 +0000 Subject: Disable authentication in the OpenShift template In testing contexts there auth providers are still missing. Disable auth to allow anyone to submit module builds. Signed-off-by: Hunor Csomortáni --- diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index fbdd70f..6c6cae2 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