Skip to content

Commit

Permalink
✨ Separation of voting session time and bearer token lifetime (#360)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#762
  • Loading branch information
Findeton committed Aug 8, 2024
1 parent 1b08628 commit d576274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballot-box/templates/application.local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion ballot-box/templates/test.local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d576274

Please sign in to comment.