Informatievlaanderen / VSDS-LDESServer4J

Linked Data Event Streams Server for Java
https://informatievlaanderen.github.io/VSDS-LDESServer4J
European Union Public License 1.2
9 stars 8 forks source link

Actuator uses LDES server internal URLs #1029

Closed rorlic closed 4 months ago

rorlic commented 8 months ago

Describe the bug When a LDES server is deployed behind a API gateway, the actuator uses the internal, private base URLs.

To Reproduce Fetch https://telraam-api.net/ldes/actuator Note that the internal addresses are being used. Navigating to one of these links obviously does not work.

Expected behavior The actuator uses the external addresses. The base address is configured in the host-name.

jobulcke commented 4 months ago

Resolved in https://github.com/Informatievlaanderen/VSDS-LDESServer4J/pull/1246