elixir-cloud-aai / proTES

Proxy service for injecting middleware into GA4GH TES requests
Apache License 2.0
5 stars 6 forks source link

Fetch available TES instances dynamically #161

Open uniqueg opened 10 months ago

uniqueg commented 10 months ago

Instead of hardcoding known TES instances in the app config, fetch available TES instances dynamically from a deployment of a service registry implementing the GA4GH Service Registry API.

Ideally, the solution should support fetching services from multiple service registries, in addition to any services hardcoded in the app configuration (i.e., the current behavior is retained).