Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Apr 29, 2024
1 parent 3505ae2 commit 10ab9a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 53 deletions.
20 changes: 0 additions & 20 deletions compose/auth_certs/certificate.pem

This file was deleted.

28 changes: 0 additions & 28 deletions compose/auth_certs/private.key

This file was deleted.

7 changes: 2 additions & 5 deletions compose/auth_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,15 @@ services:
environment:
OAUTH2_PROXY_HTPASSWD_FILE: /tmp/auth_proxy_htpasswd
OAUTH2_PROXY_HTPASSWD_USER_GROUP: write
OAUTH2_PROXY_REDIRECT_URL: http://localhost:8080/oauth2/callback
OAUTH2_PROXY_REDIRECT_URL: https://localhost:8080/oauth2/callback
OAUTH2_PROXY_HTTPS_ADDRESS: 8080
OAUTH2_PROXY_COOKIE_SECRET: __24_BYTE_COOKIE_SECRET_
OAUTH2_PROXY_COOKIE_SECURE: "true"
OAUTH2_PROXY_COOKIE_HTTPONLY: "false"
OAUTH2_PROXY_SSL_INSECURE_SKIP_VERIFY: "true"
OAUTH2_PROXY_TLS_CERT_FILE: "/certs/certificate.pem"
OAUTH2_PROXY_TLS_KEY_FILE: "/certs/private.key"
# OAUTH2_PROXY_SKIP_AUTH_ROUTES: .*
restart: unless-stopped
healthcheck:
test: wget -q --spider http://localhost:8080/ping || exit 1
test: wget -q --spider https://localhost:8080/ping || exit 1
interval: 10s
retries: 3
start_period: 30s
Expand Down

0 comments on commit 10ab9a0

Please sign in to comment.