This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
v0.4.0
This update has a single change: 8449de6
Adds support for TLS based authentication for API clients.
This is on by default.
More specifically, if client certs are not provided an API server will not be created just as with the previous behavior if server cert+key is not provided.
In order to use this release without client verification (but with an API server configured), you must specify --no-verify-clients
on the CLI or sete AllowUnauthenticatedClients
in the options config in go.