Skip to content

infra_gateway: swap glance and line hostnames

jedmund requested to merge jedmund/swap-glance-line-domains into main

Created by: jedmund

Summary

  • Glance moves from apex (atelier.house + start.atelier.house) to glance.atelier.house
  • Line moves from line.atelier.house to the apex (atelier.house)
  • DDClient subdomain list updated: drop line and start, add glance
  • README OIDC note updated to the new Line redirect URI

Manual follow-ups

  • In PocketID, update the Line OIDC client's redirect URI from https://line.atelier.house/auth/callback to https://atelier.house/auth/callback before deploy (otherwise first sign-in breaks)
  • In Cloudflare, optionally remove the now-stale line.atelier.house and start.atelier.house records

Test plan

  • Deploy infra_gateway role
  • Confirm DDClient registers glance.atelier.house
  • https://glance.atelier.house serves Glance with a valid cert
  • https://atelier.house serves Line with a valid cert
  • https://line.atelier.house and https://start.atelier.house no longer resolve to a route
  • End-to-end PocketID sign-in to Line works

Merge request reports

Loading