Skip to content

v1.4.0

Choose a tag to compare

@zkCaleb-dev zkCaleb-dev released this 22 Aug 04:38
· 41 commits to main since this release
56c1077

Added

  • Optional whole-surface Basic Auth (HTTP_BASIC_AUTH=user:password):
    when set, every request — embedded UI, API, /metrics — requires the
    credentials; only /health and /ready stay open for orchestrator
    probes. Browsers prompt natively and the UI inherits the credentials
    with no changes; programmatic clients send the standard header from any
    network. Unset keeps the open-reads model for private-networking
    deployments. Constant-time comparison, boot-time validation, redacted
    from the config printout.