Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jun 14, 2024
1 parent bd50bb5 commit b7fc6eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions compose/auth_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7fc6eb

Please sign in to comment.