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 <csomh@redhat.com>
This commit is contained in:
Hunor Csomortáni
2018-11-08 16:48:27 +01:00
parent f68d708f41
commit 236bc69938

View File

@@ -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