Looking at the fleet code it looks like the `Invit...
# kolide
i
Looking at the fleet code it looks like the
Invite
struct explicitly marks the token json as un-exportable with
-
. As far as I can tell that means the only way to get the token right now is via the rendered invite email. We were interested in writing some automation that handles user invitation/setup and wondered if there was another way to get the invite token out.
z
This has been a relatively common need. I just created an issue: https://github.com/kolide/fleet/issues/2306
i
Excellent, thanks. This would be much appreciated