Informatievlaanderen / VSDS-LDESServer4J

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

fix: actuator uses internal addresses #1246

Closed jobulcke closed 5 months ago

jobulcke commented 6 months ago

In https://github.com/Informatievlaanderen/VSDS-LDESServer4J/issues/1029, it was described that the actuator uses the internal addresses, which makes sense, as Spring Boot uses this internal address everywhere. This has now been fixed, where the property ldes-server.host-name is used to bind the internal address to this, which replaces the functionality of the already existing property server.address. This change comes with the precaution that the application will not startup when the server cannot be bound to ldes-server.host-name.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud