Adnan Mama
03/12/2019, 7:08 PMfleet prepare db
I get the error Error creating db connection: Error 1045: Access denied for user 'kolide'@'localhost' (using password: YES)
Kenny Stevens
03/12/2019, 7:27 PMAdnan Mama
03/12/2019, 8:04 PMKenny Stevens
03/12/2019, 8:04 PMAdnan Mama
03/12/2019, 8:11 PMKenny Stevens
03/12/2019, 8:20 PMAdnan Mama
03/12/2019, 8:22 PMserve
command will also set up the database ?Kenny Stevens
03/12/2019, 8:22 PMAdnan Mama
03/12/2019, 8:23 PMzwass
serve
command will not also set up the database, but you can pass the database configuration to the prepare db
command in the same way you do to the serve
command.Kenny Stevens
03/12/2019, 8:25 PMAdnan Mama
03/12/2019, 8:27 PMprepare
command ../launcher --hostname=10.104.173.76:8080 --root_directory=$(mktemp -d) --enroll_secret=4KRa+3lkXEsIYc77Jgg77O1oICmfx/4 --insecure --insecure_transport
I get the following error.
{
"caller": "request_enrollment.go:179",
"enrollSecret": "4KRa+3lkXEsIYc77Jgg77O1oICmfx/4",
"err": "rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: <nil>",
"hostIdentifier": "e4c40b9b-a6b9-4415-8643-4b8c8cc26e84",
"method": "RequestEnrollment",
"nodekey": "",
"reauth": false,
"severity": "info",
"took": "52.389µs",
"ts": "2019-03-14T14:28:03.539074Z",
"uuid": "86f710c5-44d3-48a7-aa12-364ae22c3b3f"
}
zwass
Adnan Mama
03/15/2019, 5:02 PM