Stephan Köninger

Results 51 comments of Stephan Köninger

memo: addresses #684

Hi, we have found related issues containing workarounds: * #1351 * #1456 * #1932 Also, we now have understood the issue and will work on a solution. Best, Stephan

Hi @vgropp, we do not support configuring the Status URL of services, yet. We are checking how to implement this feature.

Hi @ChristophWurst, thanks for your feedback :) I have removed the Docker part from readme as well as the codebase and will create a PR on nextcloud/documentation repo when I...

Hi @ViliusS, does the issue occur in general meaning, when SBA is just running (without accessing it via browser), or only when on a specific page (like details) in the...

Hi @ViliusS, we have run some tests and figured out that every incoming request targeting SBA issues a CPU spike due to Spring Security. The first image shows a running...

@ViliusS that should be possible by adding `/register` endpoint to the list of `permitAll()` configurations in your spring security setup. Technically, self-registration is performed by a `POST` request every 10...

Hi @ViliusS, I am sorry but I mentioned the wrong endpoint. There is no `/register` endpoint. Please disable security for `POST` requests on `/instances` endpoint (see https://github.com/codecentric/spring-boot-admin/blob/master/spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/web/InstancesController.java#L76). As we know...

Hi @clockrun, we have tried to reproduce the issue but weren’t successful. We have implemented a long running JMX operation (2min) that fails using the default timeouts throwing an error...

As this is _slightly_ outdated and needs to be bumped to Spring Boot 3 as well, I will close this PR for now.