Skip to content
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

No need for write access to private repos when I just want to search in public repos #467

Open
lcswillems opened this issue May 6, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@lcswillems
Copy link

Describe the bug
I just want to search in a public Github repo. But the app wants me to sign and give write access to my private repos.

Expected behavior
It should not ask.

@lcswillems lcswillems added the bug Something isn't working label May 6, 2023
@nalbion
Copy link

nalbion commented Oct 6, 2023

That's very scary

image

@nalbion
Copy link

nalbion commented Oct 6, 2023

...I guess you could set up a second GitHub account

@ggordonhall
Copy link
Contributor

The bloop desktop app uses a GitHub OAuth app for authentication. GitHub OAuth apps don't support fine-grained permissions. In order to get read access to code (in order to index and search it) we need the repo scope which Grants full access to public and private repositories including read and write access to code, commit statuses, repository invitations, collaborators, deployment statuses, and repository webhooks. We don't currently support a mode to only index and search public repositories.

@ggordonhall
Copy link
Contributor

You can now build and run bloop from source with your own GitHub Access Token. See instructions here: https://github.com/BloopAI/bloop?tab=readme-ov-file#building-from-source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants