From 5d6d2e3b62f253ad3894908f8c67a7eae930e0ce Mon Sep 17 00:00:00 2001 From: somanath21 <104554892+somanath21@users.noreply.github.com> Date: Fri, 22 Mar 2024 12:30:22 +0530 Subject: [PATCH] Add header for ops-app to fix CORS (#413) Co-authored-by: Somanath Hugar --- helm/g2p-sandbox/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/g2p-sandbox/values.yaml b/helm/g2p-sandbox/values.yaml index b79768f20..f10449ca5 100644 --- a/helm/g2p-sandbox/values.yaml +++ b/helm/g2p-sandbox/values.yaml @@ -261,7 +261,7 @@ ph-ee-engine: enabled: false annotations: kubernetes.io/ingress.class: nginx - nginx.ingress.kubernetes.io/cors-allow-headers: 'platform-tenantid' + nginx.ingress.kubernetes.io/cors-allow-headers: 'platform-tenantid, x-correlation-id' nginx.ingress.kubernetes.io/cors-allow-methods: PUT, GET, POST, OPTIONS, DELETE nginx.ingress.kubernetes.io/cors-allow-origin: '*' nginx.ingress.kubernetes.io/enable-cors: "true"