Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated WEB_HTTP_IDS_PORT in memory chart #875

Closed
KilianHaag opened this issue Nov 14, 2023 · 1 comment · Fixed by #876
Closed

deprecated WEB_HTTP_IDS_PORT in memory chart #875

KilianHaag opened this issue Nov 14, 2023 · 1 comment · Fixed by #876
Labels
bug Something isn't working triage all new issues awaiting classification

Comments

@KilianHaag
Copy link
Contributor

The deprecated WEB_HTTP_IDS_PORT is still in the "memory" chart

The "memory" chart sets the two environment variables:
WEB_HTTP_IDS_PORT
WEB_HTTP_IDS_PATH

This causes an unreachable /api/v1/dsp endpoint, making the EDC unreachable for other EDCs.

To Reproduce

Install the "in-memory" chart with default values
Try to query the catalog from another EDC.
image

Expected behavior

The deployed EDC has a reachable /api/v1/dsp endpoint.

Context Information

  • Used version: 0.5.1 - 0.5.3

Possible Implementation

Replace
WEB_HTTP_IDS_PORT
WEB_HTTP_IDS_PATH

with
WEB_HTTP_PROTOCOL_PORT
WEB_HTTP_PROTOCOL_PATH

in
https://github.com/eclipse-tractusx/tractusx-edc/blob/main/charts/tractusx-connector-memory/templates/deployment-runtime.yaml

@KilianHaag KilianHaag added bug Something isn't working triage all new issues awaiting classification labels Nov 14, 2023
@wolf4ood
Copy link
Contributor

wolf4ood commented Nov 14, 2023

Hi @KilianHaag

thanks for raising this issue, in case could you provide a PR for this issue ? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage all new issues awaiting classification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants