Is it expected that the "add user" button doesn't ...
# kolide
s
Is it expected that the "add user" button doesn't work if email isn't configured?
z
yes
s
Okay. It's a bit weird feeling.
g
reason is that add user triggers an email invite
it comes up sometimes
afaik gitlab works in a similar way
s
Related. Demo doesn't setup the main server. I can patch that, but I'm not sure what the json options are. Is there a simple way to enumerate them? This is a naive api question
g
main server?
z
mail server?
s
er, mail server. It starts mailhog's docker, but doesn't configure it in fleet
If you want to know what the API looks like, check out your developer tools network tab when you submit that form.
s
Why not add it to demo's setup?
g
if you're just doing a demo, you're not really likely to add other users to localhost
s
That's a big assumption. I started down this path to see what kind of ACLs exist, so users was entirely my point. Not having it configured also pops up a big warning
z
Happy to review a PR for that.
s
I was going to piggyback on the other PR. They're all pretty trivial
z
Cool, thank you 🙂
s
But yes. I'll PR. Mostly wanted to know if it was an intentional "no! no mail" or more of a "didn't get there"
👍 1