Any way to create a user with an invalid username?
# kolide
w
Any way to create a user with an invalid username?
z
Can you elaborate?
w
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
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
thanks! I'll give one of those two options a shot