github opensandbox-group/OpenSandbox docker/ingress/v1.0.8
components/ingress 1.0.8

5 hours ago

What's New

✨ Features

  • OTLP endpoint auto-discovery from node IP — When no OTEL_EXPORTER_OTLP_METRICS_ENDPOINT or OTEL_EXPORTER_OTLP_ENDPOINT is configured, ingress now resolves the node IP from the HOST_IP env var (then /etc/hostinfo as fallback) and points the OTLP/HTTP exporter at <node-ip>:4318 over plaintext. This lets ingress emit metrics in environments where only a node IP is available, without requiring callers to template the full endpoint URL. (#963)

🐛 Bug Fixes

  • WebSocket proxy forwards all headers — Replaced the hardcoded header whitelist (Origin, Sec-WebSocket-Protocol, Cookie) with a blacklist approach that forwards all headers except hop-by-hop (RFC 7230 §6.1) and dialer-managed WebSocket handshake headers. This fixes X-EXECD-ACCESS-TOKEN being silently dropped, which caused execd to return 401 on PTY WebSocket connections through ingress URI mode. (#1058)

👥 Contributors

Thanks to these contributors ❤️


  • Docker Hub: opensandbox/ingress:v1.0.8
  • Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/ingress:v1.0.8

Don't miss a new OpenSandbox release

NewReleases is sending notifications on new releases.