This release includes 1 security fix for security teams reviewing exposed deployments.
Published 20h
Developer Productivity
✓ No known CVEs patched
This release patches 1 known CVE
Topics
ai-api-monitoring
antigravity
api-monitoring
claude-code
codex
developer-tools
+4 more
go
openai
quota-tracker
zai
Affected surfaces
auth
Summary
AI summaryTrusted reverse‑proxy / SSO auth mode added and logging of sensitive provider settings removed.
Full changelog
onWatch v2.13.2
Trusted reverse-proxy / SSO support for the dashboard, plus a log-hygiene fix.
✨ Feature
- Trusted reverse-proxy / SSO auth mode (#83). If your dashboard already sits behind Authentik, Authelia, oauth2-proxy, or Traefik ForwardAuth,
ONWATCH_AUTH_MODE=trusted_proxyskips the second onWatch login. A request bypasses local auth only when its direct TCP peer (neverX-Forwarded-For) is insideONWATCH_TRUSTED_PROXY_CIDRSand carries exactly one non-emptyONWATCH_TRUSTED_USER_HEADERvalue (defaultX-Forwarded-User; multi-value headers are rejected to block header smuggling through append-mode proxies). Everything else falls through to the existing session/Basic Auth, so/api/*keeps working for scripts and internal Docker callers, and spoofed headers from untrusted addresses are ignored. The default stayslocal, andtrusted_proxywithout valid CIDRs fails closed at startup. Setup guide with Authentik + Traefik and oauth2-proxy examples: docs/TRUSTED_PROXY_AUTH.md.
🐛 Fix
- Provider settings values are no longer written to the log. Saving provider settings logged the raw incoming settings map - including API keys and tokens - to the daemon log. The handler now logs only the names of the providers that were updated.
Full Changelog: https://github.com/onllm-dev/onWatch/compare/v2.13.1...v2.13.2
Security Fixes
- Provider settings values (including API keys/tokens) are no longer written to the daemon log; only provider names are logged.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]