Skip to content
Snippets Groups Projects
Commit 231ca708 authored by Sean Fisher's avatar Sean Fisher
Browse files

Add CORS policy to Helm chart virtual service

parent 0f23adbe
No related branches found
No related tags found
3 merge requests!398Merge ibm helm,!371Add CORS policy to Helm chart virtual service,!317Draft: helm chart update
Pipeline #130746 failed
This commit is part of merge request !398. Comments created here will be created in the context of that merge request.
......@@ -16,7 +16,21 @@ spec:
- "*"
{{- end }}
http:
- match:
- corsPolicy:
allowCredentials: true
allowHeaders:
- Authorization
- Data-Partition-Id
- Correlation-Id
- Content-Type
allowMethods:
- POST
- GET
- PUT
allowOrigins:
- prefix: '*'
maxAge: 60m
match:
- uri:
prefix: /api/schema-service/
route:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment