v0.4.39
CHANGELOG
FEATURE: New API endpoint allowing direct creation of accounts in the zrok database. Requires an admin token (specified in the controller configuration yaml) for authentication. See the OpenAPI spec for details of the API endpoint. The zrok admin create account
CLI was also updated to call the API endpoint, rather than directly operating on the underlying database (#734). The Docker and Kubernetes zrok instance deployments were adapted to the new CLI parameter shape.
FEATURE: Support html_path
directive in interstitial
stanza of public frontend configuration to support using an external HTML file for the interstitial page (#716)
FEATURE: zrok access private
now includes a --response-header
flag to add headers to the response for HTTP-based backends. Add flag multiple times to add multiple headers to the response. Expects key:value
header definitions in this format: --response-header "Access-Control-Allow-Origin: *"
(#522)
CHANGE: Update github.com/openziti/sdk-golang
(and related dependencies) to version v0.23.40
.
CHANGE: upgrade to ziti v1.1.7 CLI in zrok container image