Question regarding PROVIDER_PUBLIC_URL #424
-
Hi, I've recently setup the MVD with Kubernetes and encountered a slight unclarity in the README. In section 7.7 it says regarding the EDR request:
In the Postman collection though, it uses the Maybe someone can enlighten me a bit here🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
After successful contract negotiation and transfer process establishment, this information is contained in the EDR (Endpoint Data Reference). In the Postman collection, you will see this in the response body of the This value is influenced by the provider connector registering a public endpoint generator function (check |
Beta Was this translation helpful? Give feedback.
http://provider-qna-dataplane
is the Kubernetes service name, which is not accessible from outside the cluster.We'd have to define an ingress for this and make the provider dataplane register that ingress URL as public endpoint, but for the purposes of MVD it was simply quicker to use an env var.