Skip to content

Commit 96bf458

Browse files
docs(ci): drop a wrong claim about OAuth callback URLs (#1576)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 42d5427 commit 96bf458

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.changeset/preview-oauth-note.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
Corrects a comment in the preview environment example; no deployed behaviour changes.

docker/preview/.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ HEPHAESTUS_AUTH_BOOTSTRAP_ADMINS=
2020
# Optional. Overrides the application server's direct-memory ceiling.
2121
#APP_MAX_DIRECT_MEMORY=128M
2222

23-
# Optional preview-only GitHub OAuth app. GitHub rejects wildcard callback URLs, so one app cannot
24-
# serve every pr<id> host at once: either re-point its callback at the preview you are signing into,
25-
# or leave these blank and reach the preview as a bootstrap admin.
23+
# Optional preview-only GitHub OAuth app. Its callback has to cover this application's API hosts,
24+
# shaped pr<id>.api.<preview zone> — the preview builds its redirect_uri from the host it is served
25+
# on. Leave these blank to reach the preview as a bootstrap admin instead.
2626
GH_OAUTH_CLIENT_ID=
2727
GH_OAUTH_CLIENT_SECRET=
2828

0 commit comments

Comments
 (0)