From b7fc6ebc50a58552ebe449b96997f25bdb005902 Mon Sep 17 00:00:00 2001 From: Ming Wang Date: Fri, 14 Jun 2024 16:26:33 -0400 Subject: [PATCH] tmp --- compose/auth_proxy.yml | 4 ++-- src/main/resources/application.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/auth_proxy.yml b/compose/auth_proxy.yml index ed0c9c54f..c85d30661 100644 --- a/compose/auth_proxy.yml +++ b/compose/auth_proxy.yml @@ -5,7 +5,7 @@ services: - "${CRYOSTAT_HTTP_PORT}" environment: CRYOSTAT_HTTP_PROXY_HOST: auth - CRYOSTAT_HTTP_PROXY_PORT: '8443' + CRYOSTAT_HTTP_PROXY_PORT: '8080' CRYOSTAT_HTTP_PROXY_TLS_ENABLED: "true" QUARKUS_HTTP_PROXY_PROXY_ADDRESS_FORWARDING: 'true' QUARKUS_HTTP_PROXY_ALLOW_X_FORWARDED: 'true' @@ -45,7 +45,7 @@ services: environment: OAUTH2_PROXY_HTPASSWD_FILE: /tmp/auth_proxy_htpasswd OAUTH2_PROXY_HTPASSWD_USER_GROUP: write - OAUTH2_PROXY_REDIRECT_URL: http://auth:8080/oauth2/callback + OAUTH2_PROXY_REDIRECT_URL: http://localhost:8080/oauth2/callback OAUTH2_PROXY_COOKIE_SECRET: __24_BYTE_COOKIE_SECRET_ restart: unless-stopped healthcheck: diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bfe807ea3..9260aeecf 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -49,7 +49,7 @@ ssl.truststore.pass-file=${conf-dir}/truststore.pass quarkus.http.auth.proactive=false quarkus.http.host=0.0.0.0 -quarkus.http.port=8443 +quarkus.http.port=8181 quarkus.http.body.handle-file-uploads=true quarkus.http.body.delete-uploaded-files-on-end=true quarkus.http.limits.max-form-attribute-size=1G