fix(frontend): allow certificate renewal stream client
This commit is contained in:
parent
30be5aaca8
commit
a159bddf0b
@ -45,6 +45,10 @@ var allowedFrontendFiles = map[string]bool{
|
|||||||
// with `for await` — generated Connect Query hooks are unary-only and
|
// with `for await` — generated Connect Query hooks are unary-only and
|
||||||
// cannot express a streaming turn.
|
// cannot express a streaming turn.
|
||||||
"components/site-agent/use-site-agent-stream.ts": true,
|
"components/site-agent/use-site-agent-stream.ts": true,
|
||||||
|
// InfrastructureService.RenewCertificate is a Connect server-streaming RPC;
|
||||||
|
// Connect Query omits server-streaming methods, so the networking terminal
|
||||||
|
// must consume the generated client's AsyncIterable directly.
|
||||||
|
"routes/dashboard/admin/infrastructure/$nodeId/networking.tsx": true,
|
||||||
|
|
||||||
// Registry browse/detail call the ORCHESTRATOR's public Connect endpoints
|
// Registry browse/detail call the ORCHESTRATOR's public Connect endpoints
|
||||||
// (PluginRegistryService/PluginReviewService) on a different origin. The
|
// (PluginRegistryService/PluginReviewService) on a different origin. The
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user