You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The memory chart references and creates a validation endpoint and service.
Afaik this endpoint is not available anymore and results in a 404 error during token validation.
To Reproduce
Deploy the default edc memory chart two times
Try a data transfer between the two EDCs
Fails with 404 by the token transfer endpoint
Expected behavior
The template of the "normal" chart uses the CONTROL_PATH and CONTROL_PORT instead.
After manually changing the EDC_DATAPLANE_TOKEN_VALIDATION_ENDPOINT to the control endpoint, the transfer succeeds.
Context Information
Used version: chart 0.5.3
Possible Implementation
I guess the fix would be to use the same template as in the "normal" chart.
But I wanted to confirm, before I create a PR.
The text was updated successfully, but these errors were encountered:
Describe the bug
The memory chart references and creates a validation endpoint and service.
Afaik this endpoint is not available anymore and results in a 404 error during token validation.
To Reproduce
Expected behavior
The template of the "normal" chart uses the CONTROL_PATH and CONTROL_PORT instead.
After manually changing the EDC_DATAPLANE_TOKEN_VALIDATION_ENDPOINT to the control endpoint, the transfer succeeds.
Context Information
Possible Implementation
I guess the fix would be to use the same template as in the "normal" chart.
But I wanted to confirm, before I create a PR.
The text was updated successfully, but these errors were encountered: