[the-new-hotness] Use API key for bugzilla authentication
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ý <mkonecny@redhat.com>
This commit is contained in:
parent
2ca4c402f5
commit
e9feda0a56
1 changed files with 1 additions and 3 deletions
|
@ -90,9 +90,7 @@ requests_retries = 3
|
||||||
[consumer_config.bugzilla]
|
[consumer_config.bugzilla]
|
||||||
enabled = true
|
enabled = true
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
user = "{{ upstream_release_bugzilla_user }}"
|
api_key = "{{ upstream_release_bugzilla_api_token_stg }}"
|
||||||
password = "{{ upstream_release_bugzilla_password }}"
|
|
||||||
api_key = ""
|
|
||||||
url = "https://bugzilla.stage.redhat.com"
|
url = "https://bugzilla.stage.redhat.com"
|
||||||
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
|
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue