Use temporal.coulomb.social for Temporal UI SSO host
Prefer clean short hostname temporal.coulomb.social instead of activity-temporal.coulomb.social for Ingress, CORS, and ops UI links.
This commit is contained in:
parent
2acf2baffa
commit
54431db583
9 changed files with 21 additions and 21 deletions
|
|
@ -256,7 +256,7 @@ async def auth_status() -> dict[str, Any]:
|
|||
"sso_docs": "/docs not required — see docs/ops-sso-access.md",
|
||||
"public_hosts": {
|
||||
"ops": "https://activity.coulomb.social",
|
||||
"temporal_ui": "https://activity-temporal.coulomb.social",
|
||||
"temporal_ui": "https://temporal.coulomb.social",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
@ -289,9 +289,9 @@ def temporal_ui_url() -> str:
|
|||
raw = (
|
||||
os.environ.get("ACTIVITY_CORE_TEMPORAL_UI_URL")
|
||||
or os.environ.get("TEMPORAL_UI_URL")
|
||||
or "https://activity-temporal.coulomb.social"
|
||||
or "https://temporal.coulomb.social"
|
||||
).strip()
|
||||
return raw.rstrip("/") or "https://activity-temporal.coulomb.social"
|
||||
return raw.rstrip("/") or "https://temporal.coulomb.social"
|
||||
|
||||
|
||||
def _page(title: str, body: str) -> HTMLResponse:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue