By default, the client access token lifetime is 24 hours. After this time, the token expires and cannot be used to authenticate. Follow these steps to change the lifetime:
-
Find the
dex
addon in cluster.yaml, and set itsvalues
field:- name: dex enabled: true values: | config: expiry: idTokens: "48h"
-
Run
konvoy deploy addons
, orkonvoy up
if you have yet to deploy the cluster.