Use full URL instead of relative path
- Issue Reference: #68
- Added configuration
api.server.fullUrl.enabled
to enable full server url in OpenAPI swagger - Currently only in Azure it is enabled. For Other [CSP/Common Core] there is no change.
Configuration Details
-
api.server.fullUrl.enabled=true
It will generate full server url in the OpenAPI swagger -
api.server.fullUrl.enabled=false
It will generate only the contextPath - Reference: https://springdoc.org/faq.html#_how_is_server_url_generated
Edited by Anthony Ittiyera vazhappilly
Merge request reports
Activity
added 10 commits
-
8864d4dc...7fa4d68c - 9 commits from branch
master
- 7bbe9b00 - Merge branch 'master' of...
-
8864d4dc...7fa4d68c - 9 commits from branch
added 1 commit
- 5229187d - create feature flag to toggle enableFullSwaggerUrlProperty
added Azure Common Code MREnhancement labels
added 20 commits
-
e8a0c68e...dbb607af - 18 commits from branch
master
- c2836a93 - Merge branch 'master' of...
- 589e5a4d - update fossa notice
-
e8a0c68e...dbb607af - 18 commits from branch
added 3 commits
-
589e5a4d...42f32d6d - 2 commits from branch
master
- 6d10c255 - Merge branch 'master' into lach/master/fullApiUrl
-
589e5a4d...42f32d6d - 2 commits from branch
changed milestone to %M23 - Release 0.26
Hello @chad @Srinivasan_Narayanan @Rustam_Lotsmanenko @ydzeng @vikasrana
- Kindly review and approve the Swagger Configuration MR.
- Trusted pipeline all jobs are passed except
ibm-test
. The failures are unrelated to this MR.
Thanks.
mentioned in commit 6510c7da
Please register or sign in to reply