Merge pull request #1478 from aledbf/rd
Pass redirect field in login page to get a proper redirect
This commit is contained in:
commit
51248f87f3
4 changed files with 40 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue