Does a Fleet user API token ever get rotated by Fl...
# kolide
d
Does a Fleet user API token ever get rotated by Fleet itself?
z
IIRC the token will expire if unused for some time.
Looking at that doc it seems it doesn't matter whether it is active or not.
d
We are trying to find a way to programmatically add a Fleet user - Was going to try and use the first user's API token. So the default value of
session_duration
means that the API token will be regenerated every 90 days, correct?
z
Yes, and I believe in order for it to be regenerated they will need to re-authenticate.
👍 1
d
Thanks Zach!