https://github.com/osquery/osquery logo
Title
i

Iain S

09/24/2020, 3:11 PM
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

zwass

09/24/2020, 5:35 PM
This has been a relatively common need. I just created an issue: https://github.com/kolide/fleet/issues/2306
i

Iain S

10/01/2020, 2:14 PM
Excellent, thanks. This would be much appreciated