BARON-SSO 로그인 관련 수정
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 12s

This commit is contained in:
2026-06-30 16:40:54 +09:00
parent 8262b628af
commit dc5bb948c6
3 changed files with 9 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ jobs:
NODE_ENV=production
PORT=3000
LOG_LEVEL=info
CLIENT_ID=itam-ci-client-id
ISSUER=https://sso.hmac.kr/oidc
PROD_REDIRECT_URI=http://127.0.0.1:9090/callback
PROD_JWKS_URI=http://127.0.0.1:9090/.well-known/jwks.json
EOF
- name: Setup Node.js

View File

@@ -57,6 +57,10 @@ jobs:
NODE_ENV=production
PORT=3000
LOG_LEVEL=info
CLIENT_ID=itam-ci-client-id
ISSUER=https://sso.hmac.kr/oidc
PROD_REDIRECT_URI=http://127.0.0.1:9090/callback
PROD_JWKS_URI=http://127.0.0.1:9090/.well-known/jwks.json
EOF
- name: Build backend production image