Channels
doorman
zercurity
infrastructure
code-review
queryhub
apple-silicon
carving
goquery
aws
querycon
golang
file-carving
fuzzing
help-proxy
darkbytes
process-auditing
general
windows
random
fleet-dev
tls
fim
awallaby
zentral
zeek
auditing-warroom
linen-dev
fleetosquery
plugins
jobs
arm-architecture
uptycs
android_tests
selfgroup
vendor-feeds
fleet
eclecticiq-polylogyx-extension
ebpf
website
core
macos
kolide
osctrl
extensions
foundation
sql
officehours
linux
community-feeds
Powered by
#kolide
Title
# kolide
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:
Copy code
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
7 Views
Post