Fix missing variable

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-10-19 17:54:47 +02:00
parent 44d019e203
commit e2f340ea01
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -1,7 +1,7 @@
{
"web": {
"auth_uri": "https://id{{env_suffix}}.fedoraproject.org/openidc/Authorization",
"client_id": "{{ test_auth_oidc_client_id }}",
"client_id": "test-auth",
{% if env == 'staging' %}
"client_secret": "{{ test_auth_stg_oidc_client_secret }}",
{% else %}