Feature Request
This issue is a reminder to explore this possibility, not a hard requirement.
Is your feature request related to a problem or unsupported use case? Please describe.
We are having trouble scaling WebSockets using Nginx. Nginx is not easy to configure with WebSocket. And we have a hard requirement with the usage of the Nginx module ngx_http_auth_request_module.
Describe the solution you'd like
Traefik managed WebSocket natively, The auth_request module can be replaced by the Traefik ForwardAuth middleware.
In Kubernetes, we have to investigate between the Traefik ingress and the Kubernetes CRD installation. The CRD seems to be more configurable and probably have no downtime when the configuration is changed.
Feature Request
This issue is a reminder to explore this possibility, not a hard requirement.
Is your feature request related to a problem or unsupported use case? Please describe.
We are having trouble scaling WebSockets using Nginx. Nginx is not easy to configure with WebSocket. And we have a hard requirement with the usage of the Nginx module ngx_http_auth_request_module.
Describe the solution you'd like
Traefik managed WebSocket natively, The auth_request module can be replaced by the Traefik ForwardAuth middleware.
In Kubernetes, we have to investigate between the Traefik ingress and the Kubernetes CRD installation. The CRD seems to be more configurable and probably have no downtime when the configuration is changed.