Skip to content

Bypass info and swagger apis in collaboration filter

Alok Joshi requested to merge fix_swagger_for_collaboration into master

CollaborationFilter, when enabled with data partition feature flag strategy, makes a call to Partition service. This call requires data-partition-id header, which is not passed to certain apis (info, swagger, health, etc), thus the api call fails.

We can short-circuit the CollaborationFilter class when url contains one of these

Merge request reports