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
cors: add Private Network Access support for BYOC deployments
Chrome's Private Network Access (PNA) blocks requests from public
origins to private network addresses. This breaks BYOC deployments
where users access cloud.redpanda.com but their split-tunnel VPN
routes Console traffic to private IP space (e.g., 100.64.0.0/10).
Switch from go-chi/cors to rs/cors which has native AllowPrivateNetwork
support. Add server.allowPrivateNetwork config option to enable it.
Refs: CIAINFRA-2284
0 commit comments