From 569389e9f30781f6a2c5ac46150f3ebf29391ca0 Mon Sep 17 00:00:00 2001 From: Findeton Date: Mon, 15 Jul 2024 10:31:19 -0500 Subject: [PATCH] wip --- ballot-box/templates/application.local.conf | 2 +- ballot-box/templates/test.local.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballot-box/templates/application.local.conf b/ballot-box/templates/application.local.conf index 973dc226..301cb58b 100644 --- a/ballot-box/templates/application.local.conf +++ b/ballot-box/templates/application.local.conf @@ -130,7 +130,7 @@ app.trustee_users = { app.eopeers.dir=/etc/eopeers/ elections.auth.secret="{{config.ballot_box.shared_secret}}" -elections.auth.expiry={{config.iam.auth_token_expiration_seconds}} +elections.auth.expiry={{config.iam.access_auth_token_expiration_seconds}} elections.auth.admin_expiry={{config.iam.admin_auth_token_expiration_seconds}} ws.ssl { diff --git a/ballot-box/templates/test.local.conf b/ballot-box/templates/test.local.conf index 4b2c7c27..88fd2cca 100644 --- a/ballot-box/templates/test.local.conf +++ b/ballot-box/templates/test.local.conf @@ -13,7 +13,7 @@ app.datastore.ssl_root="https://{{ config.private_ipaddress }}:14453" app.eopeers.dir=/etc/eopeers/ booth.auth.secret={{config.ballot_box.shared_secret}} -elections.auth.expiry={{config.iam.auth_token_expiration_seconds}} +elections.auth.expiry={{config.iam.access_auth_token_expiration_seconds}} elections.auth.admin_expiry={{config.iam.admin_auth_token_expiration_seconds}} ws.ssl {