2023 Feb 06 10:35 AM
Error: Status 502 Bad Gateway trying to run https://myApp.kyma.ondemand.com/sap/opu/odata/spn/resource/$metadata
GET request to /sap/opu/odata/spn/resource/$metadata completed with status 502 error while forwarding request to http://myApp:443/sap/opu/odata/spn/resource/$metadata: read ECONNRESET correlation_id = 6881ad64-36ca-4d41-8846-f9eb6463be69#
SAP Cloud Connector Version: 2.15.0
Any idea what could be the problem here?
2023 Feb 06 12:27 PM
2023 Feb 06 12:29 PM
Hello, would you please make sure that the kyma namespace your workload is running from has the istio side car enabled? That's required when using the connectivity proxy from kyma; kind regards; Piotr
2023 Feb 07 10:35 AM
Hi Piotr, thanks for your answer! We have enabled a basic sidecar (see below) and added label istio-injection=enabled to our namespace. Setup looks like this:
We don't really know what the root cause for the 502 Bad Gateway response is.
Do you have further suggestions where to look?
Thanks
Timo
spec:
egress:
- hosts:
- ./*
- istio-system/*- >- kyma-system/ eventing-event-publisher-proxy.kyma-system.svc.cluster.local
2023 Mar 28 4:19 PM
2023 Mar 29 8:28 AM