review-stats: switch to API key authentication

Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
Mattia Verga 2022-02-09 17:40:04 +01:00 committed by kevin
parent a0d4beab0d
commit 78dc48bb8d

View file

@ -4,8 +4,13 @@ url = https://bugzilla.stage.redhat.com/xmlrpc.cgi
{% else %}
url = https://bugzilla.redhat.com/xmlrpc.cgi
{% endif %}
username = package-review@lists.fedoraproject.org
password = {{ packagereviewbugzilla }}
# username = package-review@lists.fedoraproject.org
# password = {{ packagereviewbugzilla }}
{% if env == "staging" %}
bugzilla_api_key = {{ reviewstatsbzapikey.stg }}
{% else %}
bugzilla_api_key = {{ reviewstatsbzapikey }}
{% endif %}
[review-stats-worker]
needinfo_waiting_days = 30