docs(boundary): fix answer-question path and nonexistent AgentRequest type
This commit is contained in:
parent
1277f5d4ca
commit
720e5340de
1 changed files with 4 additions and 3 deletions
|
|
@ -29,9 +29,10 @@ always on), the gateway proxies all operator-facing traffic, and
|
||||||
point.** They live on the core backend.
|
point.** They live on the core backend.
|
||||||
|
|
||||||
Worked example — answering an operator-targeted question is a
|
Worked example — answering an operator-targeted question is a
|
||||||
`POST /answer-question/{id}` on the core dashboard, _never_ an
|
`POST /api/answer-question/{id}` on the core dashboard, _never_ a
|
||||||
`AgentRequest` variant. If it were a per-agent-socket request, an
|
per-agent-socket `Request` variant. If it were a per-agent-socket
|
||||||
agent could `curl` its own socket and spoof an operator answer.
|
request, an agent could `curl` its own socket and spoof an operator
|
||||||
|
answer.
|
||||||
The per-agent web UI POSTs cross-origin to the core for these
|
The per-agent web UI POSTs cross-origin to the core for these
|
||||||
(see the inline-answer feature — the loose-ends section on each
|
(see the inline-answer feature — the loose-ends section on each
|
||||||
agent page).
|
agent page).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue