Files
neon/compute_tools/src/http/middleware/mod.rs
Tristan Partin 7b7e4a9fd3 Authorize compute_ctl requests from the control plane (#10530)
The compute should only act if requests come from the control plane.

Signed-off-by: Tristan Partin <tristan@neon.tech>

Signed-off-by: Tristan Partin <tristan@neon.tech>
2025-03-04 18:08:00 +00:00

2 lines
35 B
Rust

pub(in crate::http) mod authorize;