forked from baron/baron-sso
Merge pull request 'fix: remove shared VITE_OIDC_CLIENT_ID from staging .env so adminfront uses correct client ID' (#400) from fix/login into dev
Reviewed-on: baron/baron-sso#400
This commit is contained in:
@@ -120,7 +120,6 @@ jobs:
|
|||||||
|
|
||||||
# Frontend OIDC configs for Staging
|
# Frontend OIDC configs for Staging
|
||||||
VITE_OIDC_AUTHORITY=https://sso.hmac.kr/oidc
|
VITE_OIDC_AUTHORITY=https://sso.hmac.kr/oidc
|
||||||
VITE_OIDC_CLIENT_ID=devfront
|
|
||||||
ADMINFRONT_CALLBACK_URLS=http://localhost:5173/auth/callback,https://sso.hmac.kr/auth/callback,http://172.16.10.176:5173/auth/callback,https://sadmin.hmac.kr/auth/callback
|
ADMINFRONT_CALLBACK_URLS=http://localhost:5173/auth/callback,https://sso.hmac.kr/auth/callback,http://172.16.10.176:5173/auth/callback,https://sadmin.hmac.kr/auth/callback
|
||||||
DEVFRONT_CALLBACK_URLS=http://localhost:5174/auth/callback,https://sso.hmac.kr/devfront/auth/callback,http://172.16.10.176:5174/auth/callback,https://sdev.hmac.kr/auth/callback
|
DEVFRONT_CALLBACK_URLS=http://localhost:5174/auth/callback,https://sso.hmac.kr/devfront/auth/callback,http://172.16.10.176:5174/auth/callback,https://sdev.hmac.kr/auth/callback
|
||||||
# OATHKEEPER_INTROSPECT_CLIENT_ID=${{ vars.OATHKEEPER_INTROSPECT_CLIENT_ID }}
|
# OATHKEEPER_INTROSPECT_CLIENT_ID=${{ vars.OATHKEEPER_INTROSPECT_CLIENT_ID }}
|
||||||
@@ -173,6 +172,11 @@ jobs:
|
|||||||
|
|
||||||
# 배포 후 상태 확인 (실패 시 로그 출력을 위함)
|
# 배포 후 상태 확인 (실패 시 로그 출력을 위함)
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
||||||
|
echo "===== INIT-RP LOGS ====="
|
||||||
|
docker compose -f staging_pull_compose.yaml logs init-rp || true
|
||||||
|
echo "========================"
|
||||||
|
|
||||||
kratos_migrate_cid="$(docker compose -f staging_pull_compose.yaml ps -q kratos-migrate || true)"
|
kratos_migrate_cid="$(docker compose -f staging_pull_compose.yaml ps -q kratos-migrate || true)"
|
||||||
if [ -n "${kratos_migrate_cid}" ]; then
|
if [ -n "${kratos_migrate_cid}" ]; then
|
||||||
if [ "$(docker inspect -f '{{.State.ExitCode}}' "${kratos_migrate_cid}")" -ne 0 ]; then
|
if [ "$(docker inspect -f '{{.State.ExitCode}}' "${kratos_migrate_cid}")" -ne 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user