https://github.com/osquery/osquery logo
#kolide
Title
# kolide
w

Woogs

11/06/2018, 10:14 PM
Any way to create a user with an invalid username?
z

zwass

11/07/2018, 12:27 AM
Can you elaborate?
w

Woogs

11/07/2018, 1:52 AM
I'd prefer to create basically a service account that I can use to periodically poll one of the API endpoints (at least
host_summary
, maybe
labels
as well). I would prefer not to use my normal account, so I would like to create an account dedicated to just this action. I don't believe I can add an account to Fleet without providing a valid email address for it to send the email invite to
z

zwass

11/07/2018, 1:54 AM
Potentially you could change your SMTP server to something like Mailhog and then "receive" email to any email address.
Otherwise you could add a row to the DB directly. You'll have to make sure the password is hashed appropriately.
w

Woogs

11/07/2018, 2:15 AM
thanks! I'll give one of those two options a shot