mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user