alxjrvs / alxjrvs/orrey

Deploy the Worker with working Ed25519 verification

未關閉
#12 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
ops phase:0
主要語言
HTML
星號
0
分支
0
平均合併
2 小時 48 分鐘
30 天內合併 PR
4

描述

Discord validates the Interactions Endpoint URL on save — including a request with a deliberately bad signature it expects a **401** for — so the Worker must be deployed and verifying before the cutover issue can begin.

- [ ] `wrangler d1 create orrey`; put the `database_id` into `wrangler.jsonc` (currently `REPLACE_ME_AFTER_wrangler_d1_create_orrey`).
- [ ] Apply the phase-0 migrations remotely (`users`, `settings`, `jobs`).
- [ ] Create the `orrey-outbox` and `orrey-outbox-dlq` queues.
- [ ] Set the Discord public key, application id, bot token and client secret as Worker secrets — via `op run`, never on stdout.
- [ ] Deploy. Confirm `POST /interactions` returns 401 on a bad signature and answers `PING` with `PONG` on a good one.
- [ ] Confirm the four cron triggers and the two Durable Object classes are live.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。