Skip to content

Commit 372324a

Browse files
committed
validation Endpoint is only one variable now
1 parent 91c958a commit 372324a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/helm/possible-x-edc/templates/configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ data:
2929
edc.dsp.callback.address={{ .Values.edc.dsp.callback.address }}
3030
edc.receiver.http.endpoint={{ .Values.edc.receiver.http.endpoint }}/receiver/{{ .Values.edc.ids.id }}/callback
3131
edc.public.key.alias={{ .Values.edc.public.key.alias }}
32-
edc.dataplane.token.validation.endpoint={{ .Values.edc.dataplane.token.validation.endpoint }}{{ .Values.web.http.control.path }}/token
32+
edc.dataplane.token.validation.endpoint={{ .Values.edc.dataplane.token.validation.endpoint }}
3333
edc.oauth.token.url={{ .Values.edc.oauth.token.url }}
3434
edc.oauth.certificate.alias={{ .Values.edc.oauth.certificate.alias }}
3535
edc.oauth.private.key.alias={{ .Values.edc.oauth.private.key.alias }}

0 commit comments

Comments
 (0)