Jörg Sachse
06/26/2023, 8:07 AM/setup
to create a new user. I would like to automate that step and dug into the REST API documentation, but the /api/v1/fleet/users/admin
endpoint will only let me create/modify users after I authenticate. Which I can't, because I don't have that initial user yet. This feels like a chicken and egg problem. Is there some way around that?Kathy Satterlee
06/26/2023, 5:57 PMfleetctl
to do the initial setup, which could be automated with a simple script.Jörg Sachse
06/27/2023, 7:36 AMfleetctl
quite a bit, but I didn't notice that it can be used for the initial setup as well. That completely solves the issue! 👍ty