BARON-SSO 로그인 관련 수정
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 12s
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 12s
This commit is contained in:
@@ -26,6 +26,10 @@ jobs:
|
|||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
PORT=3000
|
PORT=3000
|
||||||
LOG_LEVEL=info
|
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
|
EOF
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
|
|||||||
@@ -57,6 +57,10 @@ jobs:
|
|||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
PORT=3000
|
PORT=3000
|
||||||
LOG_LEVEL=info
|
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
|
EOF
|
||||||
|
|
||||||
- name: Build backend production image
|
- name: Build backend production image
|
||||||
|
|||||||
Reference in New Issue
Block a user