feat(chalice): add JWT expiration configuration
Add JWT_EXPIRATION environment variable to the chalice helm chart with default value set to 86400 s (24 hours).
This commit is contained in:
parent
0333c56d52
commit
14d0a77a73
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ env:
|
|||
assist_secret: ''
|
||||
iceServers: ''
|
||||
LOGLEVEL: INFO
|
||||
JWT_EXPIRATION: "86400"
|
||||
|
||||
|
||||
nodeSelector: {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue