You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockerfile and release packaging following the pattern in controlplane/* and release/.
Deploy to devnet and testnet, behind TLS at a stable hostname per environment. The hostnames become the client defaults in the CLI issue, so pick them here.
Load balancer and proxy configuration that preserves the real client source address, matched to the trusted-proxy CIDRs the service is configured with. Verify end to end from a known external IP that the signed client_ip equals that IP — a misconfiguration here silently signs the wrong address for every user.
Part of RFC-27 (tracker: #4194). Depends on #4198.
Ship the service built in #4198.
What
controlplane/*andrelease/.client_ipequals that IP — a misconfiguration here silently signs the wrong address for every user.SetAuthority(serviceability: add ip_verifier_authority_pk to GlobalState and rotate it via SetAuthority #4196). Note that rotation invalidates outstanding proofs and clients re-verify on their next connect.Acceptance
/healthgreen, dashboards and alerts wired.