Merge pull request #1478 from aledbf/rd

Pass redirect field in login page to get a proper redirect
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-10-05 13:58:58 -04:00 committed by GitHub
commit 51248f87f3
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