review-stats: switch to API key authentication
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
parent
a0d4beab0d
commit
78dc48bb8d
1 changed files with 7 additions and 2 deletions
|
@ -4,8 +4,13 @@ url = https://bugzilla.stage.redhat.com/xmlrpc.cgi
|
||||||
{% else %}
|
{% else %}
|
||||||
url = https://bugzilla.redhat.com/xmlrpc.cgi
|
url = https://bugzilla.redhat.com/xmlrpc.cgi
|
||||||
{% endif %}
|
{% endif %}
|
||||||
username = package-review@lists.fedoraproject.org
|
# username = package-review@lists.fedoraproject.org
|
||||||
password = {{ packagereviewbugzilla }}
|
# password = {{ packagereviewbugzilla }}
|
||||||
|
{% if env == "staging" %}
|
||||||
|
bugzilla_api_key = {{ reviewstatsbzapikey.stg }}
|
||||||
|
{% else %}
|
||||||
|
bugzilla_api_key = {{ reviewstatsbzapikey }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[review-stats-worker]
|
[review-stats-worker]
|
||||||
needinfo_waiting_days = 30
|
needinfo_waiting_days = 30
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue