diff --git a/roles/openshift-apps/webhook2fedmsg/templates/w2fm.cfg b/roles/openshift-apps/webhook2fedmsg/templates/w2fm.cfg index 50bb9c64fd..6956cb9bff 100644 --- a/roles/openshift-apps/webhook2fedmsg/templates/w2fm.cfg +++ b/roles/openshift-apps/webhook2fedmsg/templates/w2fm.cfg @@ -2,3 +2,4 @@ DATABASE__SQLALCHEMY__URL="postgresql://webhook2fedmsg:{{ (env == 'staging')|ter SESSION_SECRET="{{ (env == 'staging')|ternary(webhook2fedmsg_stg_secret_key, webhook2fedmsg_prod_secret_key) }}" FASJSON_URL="https://fasjson{{ env_suffix }}.fedoraproject.org" OIDC__PROVIDER_URL="https://id{{ env_suffix }}.fedoraproject.org/openidc" +OIDC__CLIENT_ID="webhook2fedmsg"