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

nyanshak

03/26/2020, 4:34 PM
You can manually set the enroll secret, in the admin UI or by connecting to the DB:
USE kolide;
UPDATE app_configs SET osquery_enroll_secret='<secret>';
s

SK

03/26/2020, 4:47 PM
Thanks @nyanshak, will do.
z

zwass

03/26/2020, 6:52 PM
My recommendation would be to use
fleetctl
or the UI to alter the setting, but hitting the DB directly should work fine.
:this: 1