Expiry time for generated token via argocd CLI is never expiring if we dont pass --expires-in flag. #27106
akhilnittala
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
argocd account generate-token , if we create using this command token will never expire, but we have a option called --expires-in where we can pass the time for expiry like this
argocd account generate-token --expires-in 5m
can we make the default generated token expiry to 30d -90d ?
Beta Was this translation helpful? Give feedback.
All reactions