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

Wrong actuator path with custom SERVER_SERVLET_CONTEXT_PATH #2758

Closed
vliska opened this issue Oct 17, 2022 · 2 comments · Fixed by #2782
Closed

Wrong actuator path with custom SERVER_SERVLET_CONTEXT_PATH #2758

vliska opened this issue Oct 17, 2022 · 2 comments · Fixed by #2782
Assignees
Labels
good first issue Up for grabs hacktoberfest scope/frontend status/accepted An issue which has passed triage and has been accepted type/bug Something isn't working type/regression Something that has been previously fixed but got broken again
Milestone

Comments

@vliska
Copy link

vliska commented Oct 17, 2022

Describe the bug

When settings SERVER_SERVLET_CONTEXT_PATH to /kafka-ui, actuator is deployed
with /kafka-ui/actuator/info, but application asks for /actuator/info.

This is a regression from v0.4.0 (which we used before) - it works fine on v0.4.0 (maybe because v0.4.0 does not seem to be asking for /actuator/info endpoint).

Set up
Install latest version (c22b6b468c61da1d1a647352405f63cd0670e493335743de6c7f24a519264b35) with
SERVER_SERVLET_CONTEXT_PATH: /kafka-ui

Steps to Reproduce

  1. go to the landing page

Expected behavior
Landing page works and asks for acutator in correct path (/kafka-ui/actuator/info).

Screenshots
Not working (c22b6b468c61da1d1a647352405f63cd0670e493335743de6c7f24a519264b35) :
image

@vliska vliska added status/triage Issues pending maintainers triage type/bug Something isn't working labels Oct 17, 2022
@github-actions
Copy link

Hello there vliska! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

@Haarolean
Copy link
Contributor

Hey, thanks for reaching out. We'll take a look

@Haarolean Haarolean added scope/frontend status/accepted An issue which has passed triage and has been accepted type/regression Something that has been previously fixed but got broken again good first issue Up for grabs hacktoberfest and removed status/triage Issues pending maintainers triage labels Oct 17, 2022
@Haarolean Haarolean linked a pull request Oct 24, 2022 that will close this issue
13 tasks
@Haarolean Haarolean added this to the 0.5 milestone Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Up for grabs hacktoberfest scope/frontend status/accepted An issue which has passed triage and has been accepted type/bug Something isn't working type/regression Something that has been previously fixed but got broken again
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants