Add support for
ingress.kubernetes.io/auth-typeingress.kubernetes.io/auth-secretingress.kubernetes.io/auth-realmAnnotations.
Without this there is no (easy) way to protect ingress endpoints with oauth2.
https://eng.fromatob.com/post/2017/02/lets-encrypt-oauth-2-and-kubernetes-ingress/
Would be great to have the equivalent of
nginx.ingress.kubernetes.io/auth-signin: "https://auth.oidc.example.co.uk/oauth2/start?rd=https://$host$request_uri$is_args$args"
nginx.ingress.kubernetes.io/auth-url: "https://auth.oidc.example.co.uk/oauth2/auth"
Most helpful comment
Would be great to have the equivalent of