kolide / kolide-quickstart

[DEPRECATED] A quickstart demo for Kolide tools
https://kolide.com
MIT License
52 stars 19 forks source link

Generate config with JWT key on first startup #34

Closed zwass closed 7 years ago

zwass commented 7 years ago

As of Kolide 1.0.4, the server will not start up without a JWT key specified in the config. This PR adds support for that by generating a random JWT key.

zwass commented 7 years ago

Tested this with the 1.0.4 release and it seems to work.