-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Self-hosted] UnauthorizedGuestAccess error after updating from 24.8.1 to 24.9.3/24.10.1/24.11.1 #536
Comments
I don'think the settings system that well, but is |
I think setting |
This is the feature that was created for a company who had "public" projects on their private instance. It's what controls if you can see projects on Codecov when you are not signed in. It was probably set to false by default, since that was the setting it needed to be before when the company was on hosted cloud. (Being vague due to not sure if the company has legally given us permission to name them as a customer, and this is open comms) |
In 24.10.1 I get Anauthorized if just having 'Activation Status: False' and visiting a private repo in Codecov Which should be Am I missing something perhaps? Thanks! |
Assigning to @RulaKhaled to investigate to see if we can determine if any underlying bug is present and fix it. Can coordinate with @drazisil-codecov as she has context on this issue. |
@nikosatwork After upgrading to the latest version, is this still an issue? Not the activation issue, but the login issue |
This could be related to a change we made on API recently - cc @suejung-sentry |
Oh wait that change (codecov/codecov-api#910) hasn't been merged yet |
Hi @RulaKhaled
Still the same issue on version 24.11.1 when guest_access: false |
Describe the bug
Not able to 'Login via GitHub Enterprise' after upgrading to 24.9.3, 24.10.1 or 24.11.1 from 24.8.1
Exception
UnauthorizedGuestAccess: Unauthorized
in graphql_api/types/query/query.py#L51
Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Login successfuly
Additional context
Note we have tried setting both
guest_access: true
&guest_access: false
UPDATE: This is happening only when
guest_access: false
This is urgent as we need to update to the newer version because of #523
The text was updated successfully, but these errors were encountered: