Skip to content

Commit 7899038

Browse files
committed
updated config
1 parent 7e0cd2b commit 7899038

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

k8s/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@ spec:
5757
args:
5858
- "--skip-provider-button=true"
5959
- "--provider=oidc"
60+
- "--insecure-oidc-allow-unverified-email=true"
61+
- "--http-address=0.0.0.0:4180"
6062
ports:
6163
- containerPort: 4180

nginx/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ server {
1919
# proxy_set_header X-Auth-Request-Redirect $scheme://$host$request_uri;
2020
}
2121
location = /oauth2/auth {
22+
internal;
2223
proxy_pass http://proxy:4180;
2324
proxy_set_header Host $host;
2425
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)