Skip to content

Commit

Permalink
add public API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Apr 2, 2024
1 parent 9de4b5d commit d3f1535
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,9 @@ spec:
value: |-
{{ printf "{ \"publicApiUrl\": \"%s\" }" (include "txdc.dataplane.url.public" . ) }}
# see extension https://github.com/eclipse-edc/Connector/tree/main/extensions/control-plane/data-plane-transfer
- name: "EDC_TRANSFER_PROXY_ENDPOINT"
# Public API endpoint base URL
- name: "EDC_DATAPLANE_API_PUBLIC_BASEURL"
value: {{ include "txdc.dataplane.url.public" . }}

###########
Expand Down

0 comments on commit d3f1535

Please sign in to comment.