mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
jupiter: add auth with oauth2-proxy
This commit is contained in:
parent
73edceae60
commit
0a91cb619e
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ metadata:
|
||||||
name: jupyter
|
name: jupyter
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: 32m
|
nginx.ingress.kubernetes.io/proxy-body-size: 32m
|
||||||
|
nginx.ingress.kubernetes.io/auth-url: https://oauth2.gorilych.ru/oauth2/auth
|
||||||
|
nginx.ingress.kubernetes.io/auth-signin: https://oauth2.gorilych.ru/oauth2/start?rd=$scheme://$host$request_uri
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
- secretName: san-gorilych-ru-tls
|
- secretName: san-gorilych-ru-tls
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue