Skip to content

v0.18.0

Latest

Choose a tag to compare

@scotwells scotwells released this 17 Jul 00:47
be4f288

A new datumctl api proxy command gives you a local authenticated gateway to the Datum Cloud API — point any tool at localhost and it talks to the platform with zero token plumbing.

What's new

  • datumctl api proxy — starts a loopback proxy that injects your session credentials on every request and refreshes them transparently, so a dev server, test harness, or curl can talk to the Datum Cloud API without ever handling a token. Supports --project/--organization scoping to a single control plane, passes through Kubernetes-style watches and SSE unbuffered, and binds to 127.0.0.1 only with Host-header validation against DNS rebinding. See docs/api-proxy.md. (#247)

Full Changelog: v0.17.4...v0.18.0