Skip to content

Commit 63337de

Browse files
committed
Fixed CORS issue
1 parent f173aca commit 63337de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workshop/otel-contrib-splunk-demo/k8s_manifests/configmap-agent.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ data:
323323
endpoint: 0.0.0.0:4317
324324
http:
325325
endpoint: 0.0.0.0:4318
326+
cors:
327+
allowed_origins:
328+
- http://opentelemetry-demo-frontendproxy:8080
326329
prometheus/agent:
327330
config:
328331
scrape_configs:

0 commit comments

Comments
 (0)