-
Notifications
You must be signed in to change notification settings - Fork 77
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
Configurable URL in Springwolf UI #757
Comments
Welcome to Springwolf. Thanks a lot for reporting your first issue. Please check out our contributors guide and feel free to join us on discord. |
Hi @madrimas, |
Hi @sam0r040! Thanks for quick reply! Something different. I want to set custom path without setting spring context path in whole app. then I can get swagger UI in my browser via such URL: In Springwolf I want to configure it in the similar way, e.g.: then I'll get Springwolf UI in my browser via such URL: So, as I said, it's similar case to context path, but without setting it (due to some requirements, I cannot set context path in the whole app). |
so @sam0r040 how do you see that? Is there a possibility to add such feature? |
Hi @madrimas, we are currently looking into this feature. |
Hi @sam0r040, that's great! I look forward to hearing more good news |
The change is staged for release and will be part of the next release. If you want to try and verify it in your application today, Thank you for the report/contribution! |
I've tested the snapshot, looks brilliant, thanks! After release I'll check it once again and then close the issue. |
The change is available in the latest release. 🎉 Thank you for the report/contribution and making Springwolf better! |
It would be nice to have an option to configure custom URL for Springwolf UI. E.g.:
springwolf.ui.url=/custom/url
Without the feature there is no option to use the UI in multi-services projects - the flagship example is k8s environment with many microservices based on the same baseUrl. So I want to have a possibility to configure UI url like that:
baseUrl + myMicroserviceId + ui.html
.From my perspective the solution can be based on Swagger UI solution.
I don't know if any alternative will be sufficient, from my perspective is a missing key feature.
The text was updated successfully, but these errors were encountered: