Skip to content

Commit

Permalink
Add header for ops-app to fix CORS (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: Somanath Hugar <[email protected]>
  • Loading branch information
somanath21 and Somanath Hugar authored Mar 22, 2024
1 parent bac3889 commit 5d6d2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/g2p-sandbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d6d2e3

Please sign in to comment.