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:
2
.env
2
.env
@@ -7,4 +7,4 @@ CLIENT_ID=836cd2e1-995a-4027-bcb5-5dd9c94c2b84
|
|||||||
ISSUER=https://sso.hmac.kr/oidc
|
ISSUER=https://sso.hmac.kr/oidc
|
||||||
REDIRECT_URI=http://172.16.9.44:8080/callback
|
REDIRECT_URI=http://172.16.9.44:8080/callback
|
||||||
JWKS_URI=http://172.16.9.44:8080/.well-known/jwks.json
|
JWKS_URI=http://172.16.9.44:8080/.well-known/jwks.json
|
||||||
PORT=3000
|
PORT=3000
|
||||||
|
|||||||
@@ -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