mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 14:49:44 +00:00
Try different cookie settings
This commit is contained in:
parent
5214f1e3cc
commit
9224db5331
1 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,12 @@ spec:
|
|||
value: https://cloud.shoup.io/index.php/apps/oauth2/api/v1/token
|
||||
- name: OAUTH2_PROXY_VALIDATE_URL
|
||||
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:
|
||||
tcpSocket:
|
||||
port: 4180
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue