From a1fff66dac5a202fc0eec17595c9817b5739675a Mon Sep 17 00:00:00 2001 From: "Krzysztof Massalski (Extern)" Date: Thu, 11 Apr 2024 15:39:45 +0200 Subject: [PATCH] feat(impl):[#372] update discovery mock --- charts/connector/discovery/templates/configmap.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/connector/discovery/templates/configmap.yaml b/charts/connector/discovery/templates/configmap.yaml index 66877c7379..8f1327bb1b 100644 --- a/charts/connector/discovery/templates/configmap.yaml +++ b/charts/connector/discovery/templates/configmap.yaml @@ -47,10 +47,11 @@ data: "endpoints": [ { "type": "bpn", - "description": "Service to discover EDC to a particular BPN", + "description": "Service to discover connector endpoints based on bpns", "endpointAddress": "https://{{ .Values.wiremock.host }}/api/administration/connectors/discovery", "documentation": "http://.../swagger/index.html", - "resourceId": "316417cd-0fb5-4daf-8dfa-8f68125923f1" + "resourceId": "316417cd-0fb5-4daf-8dfa-8f68125923f1", + "timeToLive": 31536000 } ] }