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
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
Drop any part of the URI path (in the example here, the last bit which is arch) and you get HTTP 403 (forbidden) instead of 400 (bad request). Response body is also misleading. There's no authentication with the registry.
The text was updated successfully, but these errors were encountered:
rumenvasilev
changed the title
Registry returns 403 (Missing Authentication Token) when provider URL is incomplete
Registry returns 403 (Missing Authentication Token) when URL is incomplete
Oct 25, 2023
Drop any part of the URI path (in the example here, the last bit which is
arch
) and you get HTTP 403 (forbidden) instead of 400 (bad request). Response body is also misleading. There's no authentication with the registry.// EDIT, the issue is observed with the module path as well, example here with removed
type
field -> https://registry.opentofu.org/v1/providers/hashicorp/versionsThe text was updated successfully, but these errors were encountered: