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>
This commit is contained in:
Tristan Partin
2025-03-04 12:08:00 -06:00
committed by GitHub
parent 4bbdb758ec
commit 7b7e4a9fd3
14 changed files with 417 additions and 83 deletions

View File

@@ -18,7 +18,7 @@ license.workspace = true
ahash = { version = "0.8" }
anyhow = { version = "1", features = ["backtrace"] }
base64-594e8ee84c453af0 = { package = "base64", version = "0.13", features = ["alloc"] }
base64-647d43efb71741da = { package = "base64", version = "0.21", features = ["alloc"] }
base64-647d43efb71741da = { package = "base64", version = "0.21" }
base64ct = { version = "1", default-features = false, features = ["std"] }
bytes = { version = "1", features = ["serde"] }
camino = { version = "1", default-features = false, features = ["serde1"] }