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

Webflux application ignores the basepath configuration #2124

Closed
vanwobe opened this issue Sep 26, 2022 · 0 comments · Fixed by #2125
Closed

Webflux application ignores the basepath configuration #2124

vanwobe opened this issue Sep 26, 2022 · 0 comments · Fixed by #2125
Labels

Comments

@vanwobe
Copy link
Contributor

vanwobe commented Sep 26, 2022

Spring Boot Admin Client information

  • Spring Boot versions:
    2.7.5

  • Used discovery mechanism:
    self registration

Description

SBA is unable to discover a client when the client is a webflux application having setup a basepath:

spring:
  webflux:
    base-path: /app

The base-path is simply ignored.

vanwobe added a commit to vanwobe/spring-boot-admin that referenced this issue Sep 26, 2022
ulischulte added a commit that referenced this issue Sep 30, 2022
* fix(#2124): Webflux app ignores the basepath configuration

* Enhanced Headers

* Fix missing WebfluxProperties in Test

* Fix import order

* Apply spring javaformat

Co-authored-by: Andreas Fritz <mail@andreasfritz.de>
Co-authored-by: Stephan Köninger <stephan.koeninger@codecentric.de>
Co-authored-by: ulrichschulte <ulrich.schulte@codecentric.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants