Skip to content

Commit

Permalink
feat(impl):[eclipse-tractusx#372] update discovery mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Apr 11, 2024
1 parent 4dbfa00 commit a1fff66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/connector/discovery/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
Expand Down

0 comments on commit a1fff66

Please sign in to comment.