pass user info and skip button

This commit is contained in:
Tobias Brunner 2024-04-06 22:28:50 +02:00
parent 9b09acf544
commit 5a43b37cb5
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -41,6 +41,8 @@ spec:
value: S256
- name: OAUTH2_PROXY_UPSTREAMS
value: http://127.0.0.1:8080
- name: OAUTH2_PROXY_SKIP_PROVIDER_BUTTON
value: "true"
envFrom:
- secretRef:
name: oauth2-proxy-frontend
@ -64,6 +66,10 @@ spec:
value: ItDoesNtM4tt3rrITsLOCAL
- name: SAVE_MEDIA
value: "False"
- name: REVERSE_PROXY_USER_HEADER
value: X-Forwarded-User
- name: REVERSE_PROXY_WHITELIST
value: "10.0.0.0/8"
ports:
- containerPort: 8080
protocol: TCP