VSN-1502/Add route for VSN Fleet Service and remove unused VSN File Manager Service route from Gateway Configuration
This MR removes the unused route for the VSN File Manager Service and adds a new route configuration for the VSN Fleet Service in the Gateway.
The VSN Fleet Service route includes a circuit breaker with a fallback URI, and it is mapped to the /api/fleet/**
path.
Changes include:
- Removed the route for VSN File Manager Service.
- Added
vsn-fleet-service-url
property for fleet service URL. - Introduced a new route for handling
/api/fleet/**
requests, mapped to the VSN Fleet Service. - Configured a circuit breaker for the VSN Fleet Service route.
- Updated the gateway configuration to ensure consistency with existing routes.