-
I need to log in once a day
Otherwise prompt:
I log in in crontab
but I always feel something is missing do I need to upgrade the version? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jannfis
Jun 20, 2021
Replies: 1 comment 1 reply
-
Hi @marksugar, for security reasons, login tokens have a limited lifetime and expire after 24 hours by default. If you really want longer sessions - which is not recommended from a security perspective - you can set
to increase the lifetime of the login token. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
marksugar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @marksugar,
for security reasons, login tokens have a limited lifetime and expire after 24 hours by default.
If you really want longer sessions - which is not recommended from a security perspective - you can set
users.session.duration
inargocd-cm
to a value of typeDuration
, e.g.to increase the lifetime of the login token.