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 12 commits
-
33bb186d...2e16f1d8 - 11 commits from branch
master
- 8394e55c - Merge branch 'master' of...
-
33bb186d...2e16f1d8 - 11 commits from branch
added 1 commit
- 9d91e479 - create feature flag to toggle enableFullSwaggerUrlProperty
added 26 commits
-
9d91e479...cb134e1d - 25 commits from branch
master
- 5dceaa1f - Merge branch 'master' of...
-
9d91e479...cb134e1d - 25 commits from branch
added Azure Common Code MREnhancement labels
added 9 commits
-
eb33067f...162b8b7f - 7 commits from branch
master
- 499af35d - Merge branch 'master' of...
- 1ed3986b - update fossa-notice
-
eb33067f...162b8b7f - 7 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 passed, except
`ibm-test`
Kindly verify & confirm the failures are not related to MR.
Thanks.
Hello @vikasrana @ishakumari
Based on the
ibm-test
logs, failures are related to HTTP 401 , 403 errors. I believe those failures are unrelated to this MR. Kindly verify & acknowledge.cc: @chad @Srinivasan_Narayanan
Thanks
added 11 commits
-
1ed3986b...3297f6a2 - 10 commits from branch
master
- d55619a1 - Merge branch 'master' into lach/master/fullApiUrl
-
1ed3986b...3297f6a2 - 10 commits from branch
mentioned in commit 5837ed0b
Please register or sign in to reply