From 76a8903bb33cefa71b67fb27e374123839d2f7a4 Mon Sep 17 00:00:00 2001 From: Maitiu O Ciarain Date: Mon, 16 Dec 2024 16:05:00 +0000 Subject: [PATCH] Scope ingress to just GET --- .../frontend/templates/allow-ingress.authorizationpolicy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/deploy/helm/frontend/templates/allow-ingress.authorizationpolicy.yaml b/frontend/deploy/helm/frontend/templates/allow-ingress.authorizationpolicy.yaml index e6aeca812..d3cf0c7ee 100644 --- a/frontend/deploy/helm/frontend/templates/allow-ingress.authorizationpolicy.yaml +++ b/frontend/deploy/helm/frontend/templates/allow-ingress.authorizationpolicy.yaml @@ -11,5 +11,6 @@ spec: namespaces: ["aks-istio-ingress"] to: - operation: + methods: ["GET"] ports: - "8443"