Contour: Support ingress.kubernetes.io/auth-{type,secret,realm}

Created on 28 Nov 2017  路  2Comments  路  Source: projectcontour/contour

Add support for

  • ingress.kubernetes.io/auth-type
  • ingress.kubernetes.io/auth-secret
  • ingress.kubernetes.io/auth-realm

Annotations.

areingress

Most helpful comment

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"

All 2 comments

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"
Was this page helpful?
0 / 5 - 0 ratings

Related issues

davecheney picture davecheney  路  4Comments

seemiller picture seemiller  路  4Comments

skriss picture skriss  路  3Comments

jpeach picture jpeach  路  7Comments

phylake picture phylake  路  7Comments