You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When configuring the download hcl file to redirect certain packages it appears that it does not redirect list requests. Calls to fetch a specifi module version redirect fine however.
Error Message
N/A, no error message produced
To Reproduce
In this example I have a private go module repo which I wish to redirect to for packages under a certain prefix, the following config reproduces the issue, attempting to fetch @latest results in a 200 being returned for the list endpoint according to the logs. Fetching a specific version results in the expected 301 response.
Describe the bug
When configuring the download hcl file to redirect certain packages it appears that it does not redirect list requests. Calls to fetch a specifi module version redirect fine however.
Error Message
N/A, no error message produced
To Reproduce
In this example I have a private go module repo which I wish to redirect to for packages under a certain prefix, the following config reproduces the issue, attempting to fetch @latest results in a 200 being returned for the list endpoint according to the logs. Fetching a specific version results in the expected 301 response.
Expected behavior
All requests for redirected packages are redirected
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: