Skip to content

Commit 9f8a152

Browse files
committed
.helm: make AUTHENTICATION_TOKEN_TTL configurable for the api
1 parent b60f75a commit 9f8a152

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.helm/ecamp3/env.example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"API_AUTHENTICATION_TOKEN_TTL": null,
23
"API_CACHE_ENABLED": true,
34
"API_DATA_MIGRATIONS_DIR": "dev-data",
45
"API_NUM_THREADS": null,

.helm/ecamp3/values.yaml.gotmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ featureToggle:
2525
checklist: {{ .Environment.Values | getOrNil "FEATURE_CHECKLIST" | default false }}
2626

2727
api:
28+
authenticationTokenTtl: {{ .Environment.Values | getOrNil "API_AUTHENTICATION_TOKEN_TTL" }}
2829
dataMigrationsDir: {{ .Environment.Values | getOrNil "API_DATA_MIGRATIONS_DIR" | default "prod-data" }}
2930
subpath: "/api"
3031
image:

0 commit comments

Comments
 (0)