Move external secrets behind auth broker

This commit is contained in:
Codex
2026-07-20 14:19:55 +09:00
parent ef0d53aa87
commit cb36612b88
14 changed files with 55 additions and 240 deletions
+5 -7
View File
@@ -3,10 +3,9 @@
# The app talks directly to the public Baron staging API over HTTPS.
# No adb reverse is required in this mode.
TDC114_API_BASE=https://sso.hmac.kr
TDC114_ORG_CONTEXT_API_BASE=https://sadmin.hmac.kr
TDC114_AUTH_API_BASE=https://114-auth.hmac.kr
TDC114_ORG_CONTEXT_API_BASE=https://114-auth.hmac.kr
TDC114_ORG_CONTEXT_TENANT_SLUG=hanmac-family
TDC114_BARON_KEY_ID=replace-with-staging-key-id
TDC114_BARON_KEY_SECRET=replace-with-staging-key-secret
# Skip local phone-login bootstrap and open the normal in-app login flow.
TDC114_SKIP_SESSION_BOOTSTRAP=true
@@ -18,7 +17,6 @@ TDC114_SMOKE_PHONE=010xxxxxxxx
# TDC114_SMOKE_EXPECTED_TENANT_LABEL=IS3
# Optional split mode:
# Login and org-context stay on staging by default.
# TDC114_AUTH_API_BASE=https://sso.hmac.kr
# TDC114_DIRECTORY_API_BASE=https://sadmin.hmac.kr
# TDC114_ORGANIZATION_API_BASE=https://sadmin.hmac.kr
# Login and org-context should normally go through tdc114plus-auth.
# TDC114_DIRECTORY_API_BASE=https://114-auth.hmac.kr
# TDC114_ORGANIZATION_API_BASE=https://114-auth.hmac.kr