fix: retry download without Authorization header on 401 for public boxes#13704
fix: retry download without Authorization header on 401 for public boxes#13704damacus wants to merge 1 commit intohashicorp:mainfrom
Conversation
Signed-off-by: Dan Webb <dan.webb@damacus.io>
719f9bc to
e5d0c72
Compare
|
@taru-garg-hashicorp can we get this merged for the next release? |
|
Hi there, Apologies for the delayed response—I’ve been considering the best way to address this issue. Currently, when an There are two main issues here:
While this fix will address the immediate problem, I’m concerned it might create new issues for users who logged in previously and now have expired tokens. In the case of public boxes, this could mean two requests per download, which would cause users to hit rate limits more quickly. One idea I’ve been considering is introducing something like a I will discuss these options with the team to determine the best solution. As for the release timeline, there’s no set date for Thanks! |
|
can the vagrant public registry be updated to ignore auth for public boxes? |
fixes #13703