1
0
Fork 0
mirror of https://gitlab.com/shouptech/flux.git synced 2026-02-03 18:19:42 +00:00

Try different cookie settings

This commit is contained in:
Emma 2020-03-31 12:47:30 -06:00
parent 5214f1e3cc
commit 9224db5331

View file

@ -47,6 +47,12 @@ spec:
value: https://cloud.shoup.io/index.php/apps/oauth2/api/v1/token value: https://cloud.shoup.io/index.php/apps/oauth2/api/v1/token
- name: OAUTH2_PROXY_VALIDATE_URL - name: OAUTH2_PROXY_VALIDATE_URL
value: https://cloud.shoup.io/ocs/v2.php/cloud/user?format=json value: https://cloud.shoup.io/ocs/v2.php/cloud/user?format=json
- name: OAUTH2_PROXY_COOKIE_DOMAIN
value: .shoup.io
- name: OAUTH2_PROXY_COOKIE_SECURE
value: "true"
- name: "OAUTH2_PROXY_COOKIE_NAME"
value: "_oauth2_proxy_grafana"
livenessProbe: livenessProbe:
tcpSocket: tcpSocket:
port: 4180 port: 4180