lukaszbudnik / keycloak-kubernetes

Keycloak cluster deployed to Kubernetes
Apache License 2.0
163 stars 107 forks source link

Nginx Ingress controller now requires ingress.class #15

Closed sbonds closed 2 years ago

sbonds commented 2 years ago

This is a trivial fix for a problem where after deploying the Ingress controller https://api.localtest.me/ would report a 404 Not Found error instead of the expected 403 Forbidden as reported in issue #14.

The pod logs will have an error similar to this:

I1017 21:58:37.843115 7 store.go:426] "Ignoring ingress because of error while validating ingress class" ingress="namespace/gateway-ingress" error="ingress does not contain a valid IngressClass"

lukaszbudnik commented 2 years ago

Fixes #14