From e9feda0a562d6776aa5510339d05a645fa520fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 23 Feb 2022 12:28:26 +0100 Subject: [PATCH] [the-new-hotness] Use API key for bugzilla authentication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because the user and password authentication will no longer work with Bugzilla from 28th February let's switch to API key in staging. Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/config.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/config.toml b/roles/openshift-apps/the-new-hotness/templates/config.toml index 5a47f99c74..ee50b5304d 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -90,9 +90,7 @@ requests_retries = 3 [consumer_config.bugzilla] enabled = true {% if env == "staging" %} -user = "{{ upstream_release_bugzilla_user }}" -password = "{{ upstream_release_bugzilla_password }}" -api_key = "" +api_key = "{{ upstream_release_bugzilla_api_token_stg }}" url = "https://bugzilla.stage.redhat.com" explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring" {% else %}