You can manually set the enroll secret, in the adm...
# kolide
n
You can manually set the enroll secret, in the admin UI or by connecting to the DB:
Copy code
USE kolide;
UPDATE app_configs SET osquery_enroll_secret='<secret>';
s
Thanks @nyanshak, will do.
z
My recommendation would be to use
fleetctl
or the UI to alter the setting, but hitting the DB directly should work fine.
this 1