thundercode commited on
Commit
f230383
·
verified ·
1 Parent(s): d882577

release: add docs/SECURITY.md

Browse files
Files changed (1) hide show
  1. docs/SECURITY.md +1 -1
docs/SECURITY.md CHANGED
@@ -121,7 +121,7 @@ The architecture document states this as a per-tier table
121
  | Tier | Host / identity | Runs | Holds secrets? | Holds state? |
122
  |---|---|---|---|---|
123
  | Frontend | Cloudflare Pages, `https://satquery.pages.dev` | static site (`frontend/`) | **no** | no |
124
- | Orchestrator / gateway | Render, `satquery-backend-m4yv.onrender.com` | `deploy/render/main.py` | **`GITHUB_TOKEN` only** | no — stateless proxy |
125
  | Inference | GitHub Codespace `potential-space-trout-r4ppw969w45j2pvvw`, port `8000` | `app/space_app.py::build_space_app()` via `deploy/codespace/serve.py` | no gateway secrets | ephemeral asset store only |
126
  | Model hosting | Hugging Face (project card + pinned model references) | — | no | no |
127
 
 
121
  | Tier | Host / identity | Runs | Holds secrets? | Holds state? |
122
  |---|---|---|---|---|
123
  | Frontend | Cloudflare Pages, `https://satquery.pages.dev` | static site (`frontend/`) | **no** | no |
124
+ | Orchestrator / gateway | Render, `<backend-host>` | `deploy/render/main.py` | **`GITHUB_TOKEN` only** | no — stateless proxy |
125
  | Inference | GitHub Codespace `potential-space-trout-r4ppw969w45j2pvvw`, port `8000` | `app/space_app.py::build_space_app()` via `deploy/codespace/serve.py` | no gateway secrets | ephemeral asset store only |
126
  | Model hosting | Hugging Face (project card + pinned model references) | — | no | no |
127