kit icon indicating copy to clipboard operation
kit copied to clipboard

A Go standard library for Kolide projects

Results 3 kit issues
Sort by recently updated
recently updated
newest added

Given that go is statically compiled, I'm not sure why GoVersion is linked at build time, vs using runtime directly. Also, add it some additional runtime variables. While seemingly superfluous,...

The primary intent is to add autocert and letsencrypt functionality to [httputil](https://godoc.org/github.com/kolide/kit/httputil) To better support this, also add simple handlers for BasicAuth and redirecting to https As well as a...