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
dexaddon in cluster.yaml, and set itsvaluesfield:- name: dex enabled: true values: | config: expiry: idTokens: "48h" -
Run
konvoy deploy addons, orkonvoy upif you have yet to deploy the cluster.
Konvoy Documentation