Whitelisting all the versions of API docs for OSDU service
Context
All the URLs related to swagger page and web-jar are supposed to be whitelisted in order to access the swagger page/ api documentations without authorization. These URLs are versioned as v1/api-docs
, v2/api-docs
etc.
Since the version is hardcoded explicitly, each time swagger version is updated, this URL has to be changed along with it.
Change Details
- Whitelisting
*/api-docs
for all the services to allow all the generations of api-docs to be accessed without authorization. - Since URL of swagger page has changed with V3, whitelisting the new swagger URL for all the services