Skip to content

auth-policy-update:accept-backslash

Vishal Kumar requested to merge az/vk-istio-auth-update into master

osdu/platform/data-flow/ingestion/ingestion-workflow!556 (merged)

Updated the auth disable policy to account for requests to /info with and without a trailing slash (/info/). This ensures that both paths are correctly excluded from authentication checks. The auth.disable list now includes explicit entries for both patterns:

*/info */info/ This change guarantees that the /info endpoint, regardless of whether it includes a trailing slash, will be properly handled according to the auth policy requirements.

Merge request reports