Kunal Parikh
Kunal Parikh
If you don't specify the `authproxy.stakater.com/redirection-url` key, then it won't be passed to `keycloak-gatekeeper`. Not specifying the `--redirection-url` will cause `keycloak-gatekeeper` to use the host/url from the incoming request
I'm seeing something similar with the attached config. My cluster only comes up if I drop: ``` spec: externalDns: watchIngress: true ``` Cluster and IG config YAML: ``` apiVersion: kops.k8s.io/v1alpha2...
It turns out that if the `externalDns` key is present, then the `provider` must be specified as well! ``` spec: externalDns: provider: dns-controller watchIngress: true ```