fkamaliada

Results 2 comments of fkamaliada

I had a similar issue (getting CORS issues in Burp Suite Vulnerability test) and, it finally worked with this: If I Remove any cors related annotation, and add: ``` nginx.ingress.kubernetes.io/server-snippet:...

Same here (AWS EKS environment). Problem solved after changing otel collector config map from: ``` receivers: otlp: protocols: grpc: endpoint: 0.0.0.0:55680 exporters: otlp/data-prepper: endpoint: data-prepper.opentelemetry:21890 tls: insecure: true otlp/data-prepper-metrics: endpoint:...