Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Schema
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Schema
Merge requests
!398
Merge ibm helm
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge ibm helm
merge-ibm-helm
into
master
Overview
0
Commits
48
Pipelines
2
Changes
1
Merged
Manish Singh
requested to merge
merge-ibm-helm
into
master
2 years ago
Overview
0
Commits
48
Pipelines
2
Changes
1
Expand
Merge ibm helm to master
0
0
Merge request reports
Viewing commit
231ca708
Prev
Next
Show latest version
1 file
+
15
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
231ca708
Add CORS policy to Helm chart virtual service
· 231ca708
Sean Fisher
authored
2 years ago
devops/ibm/ibm-schema-deploy/templates/istio-virtualservice.yaml
+
15
−
1
Options
@@ -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
:
Loading