-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Unable to enter anonymous mode as such fail with 401 #2014
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with |
Same here |
We experience the same problem |
The cause of this is #1029. Do we think it's worth rolling back? Ideally, we'd roll forward to a version that doesn't call "/user" when no token is present. |
Also affected by this, therefore sticking with |
Resolves regressions #2008 and #2014 introduced in #1029 Signed-off-by: Marco Nenciarini <[email protected]> Co-authored-by: Keegan Campbell <[email protected]>
This should be solved in release 5.44.0. @duxbuse can you please confirm? |
@mnencia 5.44.0 is working great, thanks. |
Resolves regressions integrations#2008 and integrations#2014 introduced in integrations#1029 Signed-off-by: Marco Nenciarini <[email protected]> Co-authored-by: Keegan Campbell <[email protected]>
Expected Behavior
In v5.32.0 I can easily provide no token and it correctly enters anonymous mode and fetches files from a public repository.
I expected the same in later versions.
WORKING
Actual Behavior
In V5.42.0 it doesnt enter anonymous mode and then tries to authenticate to the
v3/user
API and fails with a http 401 response.BROKEN
Terraform Version
Terraform v1.6.2
on linux_amd64
Affected Resource(s)
Terraform Configuration Files
Steps to Reproduce
Debug Output
Panic Output
Code of Conduct
The text was updated successfully, but these errors were encountered: