SwissDataScienceCenter / renku-notebooks

An API service to provide jupyter notebooks for the Renku platform.
https://renkulab.io
Apache License 2.0
6 stars 7 forks source link

Improve git proxy handlers #1882

Open leafty opened 2 months ago

leafty commented 2 months ago

When multiple repositories (n) from the same provider are managed by the git proxy, requests go through n reverse proxy handlers.

We can make it so that requests are matched first by provider then by repository.