Pass redirect field in login page to get a proper redirect

This commit is contained in:
Manuel de Brito Fontes 2017-10-05 01:55:42 -03:00
parent 23916be991
commit 23af068e17
4 changed files with 40 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
ingress.kubernetes.io/auth-signin: https://$host/oauth2/sign_in
ingress.kubernetes.io/auth-signin: https://$host/oauth2/start
ingress.kubernetes.io/auth-url: https://$host/oauth2/auth
name: external-auth-oauth2
namespace: kube-system