Files
neon/compute_tools/src/http/headers.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

3 lines
87 B
Rust

/// Constant for `X-Request-Id` header.
pub const X_REQUEST_ID: &str = "x-request-id";