From cb04d9a74b548794649e556917a5ab35a7191595 Mon Sep 17 00:00:00 2001 From: Ygal Blum Date: Fri, 24 Apr 2026 10:06:46 -0400 Subject: [PATCH] Block external access to the `resources` endpoint (#33) The Placement Manager's endpoints are internal only Signed-off-by: Ygal Blum --- config/dynamic/routes.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/dynamic/routes.yml b/config/dynamic/routes.yml index 918f12f..865831f 100644 --- a/config/dynamic/routes.yml +++ b/config/dynamic/routes.yml @@ -93,12 +93,6 @@ http: service: policy-manager entryPoints: [web] - # ── PlacementManager ────────────────────────────────────────────── - resources-collection: - rule: "Path(`/api/v1alpha1/resources`) && (Method(`GET`) || Method(`POST`))" - service: placement-manager - entryPoints: [web] - middlewares: strip-health-suffix: replacePathRegex: