diff --git a/charts/cryostat/templates/auth_proxy.yaml b/charts/cryostat/templates/auth_proxy.yaml index e66a83bd..34f018dc 100644 --- a/charts/cryostat/templates/auth_proxy.yaml +++ b/charts/cryostat/templates/auth_proxy.yaml @@ -18,13 +18,3 @@ services: kompose.service.expose: "auth" environment: OAUTH2_PROXY_HTPASSWD_FILE: ./auth_proxy_htpasswd - OAUTH2_PROXY_HTPASSWD_USER_GROUP: write - OAUTH2_PROXY_REDIRECT_URL: http://localhost:8080/oauth2/callback - OAUTH2_PROXY_COOKIE_SECRET: __24_BYTE_COOKIE_SECRET_ - restart: unless-stopped - healthcheck: - test: wget -q --spider http://localhost:8080/ping || exit 1 - interval: 10s - retries: 3 - start_period: 30s - timeout: 5s diff --git a/charts/cryostat/templates/auth_proxy_alpha_config.yaml b/charts/cryostat/templates/auth_proxy_alpha_config.yaml deleted file mode 100644 index 62f78697..00000000 --- a/charts/cryostat/templates/auth_proxy_alpha_config.yaml +++ /dev/null @@ -1,17 +0,0 @@ -server: - BindAddress: http://0.0.0.0:8080 -upstreamConfig: - proxyRawPath: true - upstreams: - - id: storage - path: ^/storage/(.*)$ - rewriteTarget: /$1 - uri: http://s3:${STORAGE_PORT} - passHostHeader: false - proxyWebSockets: false -providers: - - id: dummy - name: Unused - Sign In Below - clientId: CLIENT_ID - clientSecret: CLIENT_SECRET - provider: google