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

harveywells

06/24/2020, 4:37 PM
So a
.pkg
with a unique secret for group A, one for group B, etc.?
z

zwass

06/24/2020, 5:09 PM
Sounds right.
h

harveywells

06/24/2020, 6:03 PM
Thanks @zwass. Just a follow up question. In the doc the first secret in the spec is labeled as
default
. Is the
default
label what the spec expects for the "main" enrollment secret value or can I set that label to whatever I want?
z

zwass

06/24/2020, 6:04 PM
You can set it to whatever you want. After you run the DB migration your existing secret will become
default
, but there's no need for a
default
.
h

harveywells

06/24/2020, 6:07 PM
👍 . So steps are to - 1) Create the spec 2) Submit it to fleet with
fleetctl
3) run the DB migration?
z

zwass

06/24/2020, 6:17 PM
No, you'll need to update Fleet and run the migrations first
h

harveywells

06/24/2020, 6:18 PM
Ah I just updated Fleet to
2.6.0
and ran a migration. So I can just create a spec?
Huh, interesting. When I run
fleetctl apply -f enroll.yml
I get a unknown kind "enroll_secret" from
fleetctl
@zwass
z

zwass

06/24/2020, 8:41 PM
Right now that commit is not yet in a release. Just
master
.
h

harveywells

06/24/2020, 8:48 PM
Ah now I see that that functionality was committed after the
2.6.0
release, apologies. Do you have an anticipated release date for that feature? And thank you for answering these questions now and many, many times before.
z

zwass

06/25/2020, 3:24 AM
Yeah I think I can probably cut a release sometime in the next week.
🎉 1
h

harveywells

06/25/2020, 2:16 PM
Thank you Zach 🍻