it-at-m / refarch

Collection of different ready to use reference architecture (RefArch) components developed by it@M.
https://opensource.muenchen.de/in-house-development.html
MIT License
2 stars 2 forks source link

[Bug] in Version der aktuellen Version startet nicht, wenn man keine Truststore gesetzt hat. #180

Closed hupling closed 1 week ago

hupling commented 2 weeks ago

Bug description

in Version der aktuellen Version startet nicht, wenn man keine Truststore gesetzt hat. Das ist wichtig, wenn man eine Anwendung mit no Security hat

Bei Version 1.0.0 hat es noch funktioniert

Expected behaviour

auch ohne Truststore startet das Gateway

Steps for reproduction

Anwendung starten

Affected version

aktuelle

Affected component

refarch-gateway

Last working version (optional)

1.0.0

Operating system

No response

Browser

No response

Relevant log output (optional)

No response

Screenshots (optional)

No response

Additional context (optional)

No response

No duplicate

Code of Conduct

devtobi commented 2 weeks ago

@simonhir Could you investigate this? Gateway not starting is a critical bug. Could you check if the integration services are affected as well?

hupling commented 1 week ago

Vielleicht hängt das auch damit zusammen https://github.com/it-at-m/refarch/issues/193#issuecomment-2387720220

hupling commented 1 week ago

grafik

hier nochmal die Fehler meldung

@simonhir

simonhir commented 1 week ago

Not a bug. You seem to define the SSO_ISSUER_URL which then connects to the sso and requires the truststore.

That the SSO_ISSUE_URL is wrongly required for no-security will be fixed within #193