Skip to content

fix(deploy): send admin bearer when reseeding gateway backends - #105

Merged
echobt merged 1 commit into
mainfrom
fix/remote-deploy-reseed-admin-bearer
Aug 8, 2026
Merged

fix(deploy): send admin bearer when reseeding gateway backends#105
echobt merged 1 commit into
mainfrom
fix/remote-deploy-reseed-admin-bearer

Conversation

@echobt

@echobt echobt commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • After fix(gateway): require bearer auth for /v1/admin/* #100, POST /v1/admin/backends requires Bearer auth; remote-deploy.sh inline reseed omitted it and staging master CI failed with 401.
  • Read gateway_admin_token and fail closed when missing; align register-challenge-backends.sh docs.

Test plan

  • Staging manual reseed with token → 200 + prism/design healthy
  • Staging master remote-deploy completes reseed
  • Prod gateway recreate + reseed

After #100, POST /v1/admin/backends requires Authorization: Bearer.
remote-deploy's inline reseed omitted it and staging master CI failed 401;
read gateway_admin_token and fail closed when missing.
@echobt
echobt merged commit 45a7b9d into main Aug 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant