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
When upgrading to Higress 2.0 or higher, if any Ingress resource has the nginx.ingress.kubernetes.io/auth-type: basic annotation enabled, the Gateway fails to update its listeners. This results in the error unable to create wasm http filter basic-auth, rendering the gateway unavailable and impacting multi-tenant availability in production environments.
Ⅱ. Describe what happened
After enabling the nginx.ingress.kubernetes.io/auth-type: basic annotation on an Ingress resource in Higress 2.0+, the Gateway controller crashes or enters a degraded state. The following error is observed in the controller logs:
unable to update/create wasm http filter basic-auth
Ⅲ. Describe what you expected to happen
ignore basic-auth config
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Deploy Higress 2.0+ in a Kubernetes cluster.
Create an Ingress resource with the following annotation:
Ⅰ. Issue Description
When upgrading to Higress 2.0 or higher, if any Ingress resource has the
nginx.ingress.kubernetes.io/auth-type: basic
annotation enabled, the Gateway fails to update its listeners. This results in the errorunable to create wasm http filter basic-auth
, rendering the gateway unavailable and impacting multi-tenant availability in production environments.Ⅱ. Describe what happened
After enabling the
nginx.ingress.kubernetes.io/auth-type: basic
annotation on an Ingress resource in Higress 2.0+, the Gateway controller crashes or enters a degraded state. The following error is observed in the controller logs:Ⅲ. Describe what you expected to happen
ignore basic-auth config
Ⅳ. How to reproduce it (as minimally and precisely as possible)
kubectl apply -f ingress.yaml
.unable to create wasm http filter basic-auth
.The text was updated successfully, but these errors were encountered: