auth-policy-update:accept-backslash
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.