From 2f350517b0c3f3c62ba8ff44e63eb3d6d4e2e58a Mon Sep 17 00:00:00 2001 From: chan Date: Mon, 27 Apr 2026 14:16:04 +0900 Subject: [PATCH] =?UTF-8?q?allowed=5Forigins=20=EB=A1=A4=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/ory/hydra/hydra.yml | 20 ++------------------ gateway/nginx.conf | 4 ++-- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/docker/ory/hydra/hydra.yml b/docker/ory/hydra/hydra.yml index 6891693b..7bf79b10 100644 --- a/docker/ory/hydra/hydra.yml +++ b/docker/ory/hydra/hydra.yml @@ -7,15 +7,7 @@ serve: cors: enabled: true allowed_origins: - - http://localhost:5173 - - http://localhost:5174 - - http://localhost:5175 - - http://localhost:5000 - - https://ssologin.hmac.kr - - https://sso-test.hmac.kr - - https://app.brsw.kr - - https://sss.hmac.kr - - https://sso.hmac.kr + - "*" allowed_methods: - POST - GET @@ -45,15 +37,7 @@ serve: cors: enabled: true allowed_origins: - - http://localhost:5173 - - http://localhost:5174 - - http://localhost:5175 - - http://localhost:5000 - - https://ssologin.hmac.kr - - https://sso-test.hmac.kr - - https://app.brsw.kr - - https://sss.hmac.kr - - https://sso.hmac.kr + - "*" allowed_methods: - POST - GET diff --git a/gateway/nginx.conf b/gateway/nginx.conf index 0815f891..a113d968 100644 --- a/gateway/nginx.conf +++ b/gateway/nginx.conf @@ -31,8 +31,8 @@ server { resolver 127.0.0.11 valid=10s ipv6=off; set $backend_upstream http://baron_backend:3000; set $userfront_upstream http://baron_userfront:5000; - set $oathkeeper_upstream http://ory_oathkeeper:4455; - + set $oathkeeper_upstream http://oathkeeper:4455; + error_log /dev/stderr warn; access_log /var/log/nginx/access.log json_combined;