-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Github connector silently fails if the input token does not have required permissions #1349
Comments
Root issue doesn't have full log record. But the same issue may arise while syncing collaborators stream. If user isn't one of them Github API v3 will return response 403 forbidden |
…r collaborators and teams
… for requests in check method
…positories in check method
…in check method
…nd creating _check_with_catalog method
closed in #1516 |
Description
This was seen in #1082 , point no.3 in the issue created. The GH connector didn't have permissions to access the requested resources (which should have failed the job) but the job succeeded.
Acceptance Criteria for this issue:
The text was updated successfully, but these errors were encountered: