From 65f131579df5ef9435a3d33d0d1e40fac2741b25 Mon Sep 17 00:00:00 2001 From: Maitiu O Ciarain Date: Tue, 10 Dec 2024 17:16:27 +0000 Subject: [PATCH] Remove authPolicy update --- .../frontend/templates/authorizationpolicy.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/frontend/deploy/helm/frontend/templates/authorizationpolicy.yaml b/frontend/deploy/helm/frontend/templates/authorizationpolicy.yaml index 9832ff0a5..9dde0179f 100644 --- a/frontend/deploy/helm/frontend/templates/authorizationpolicy.yaml +++ b/frontend/deploy/helm/frontend/templates/authorizationpolicy.yaml @@ -21,19 +21,3 @@ spec: matchLabels: app: "aro-hcp-frontend" ---- -apiVersion: security.istio.io/v1beta1 -kind: AuthorizationPolicy -metadata: - name: allow-istio-ingress - namespace: aro-hcp -spec: - action: ALLOW - rules: - - from: - - source: - namespaces: ["aks-istio-ingress"] - to: - - operation: - ports: - - "8443" \ No newline at end of file