Give staging Bodhi an OIDC token for WaiverDB.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-05-08 13:12:18 +00:00
parent 63a80fa388
commit b5a0da57e8

View file

@ -126,7 +126,7 @@ waiverdb_api_url = https://waiverdb-web-waiverdb.app.os{{env_suffix}}.fedoraproj
# An access token used to authenticate to waiverdb
{% if env == "staging" %}
# waiverdb.access_token =
waiverdb.access_token = {{ bodhistgWaiverToken }}
{% else %}
# This needs code fixes for the actual waiverdb API
#waiverdb.access_token = {{ bodhi2WaiverToken }}