-
Notifications
You must be signed in to change notification settings - Fork 62
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
FR: Sync GitLab permissions with Sourcebot #116
Comments
Could you elaborate more on how you would want to control repository permissions? Would you want to sync existing permissions from your code host, or directly configure permissions within Sourcebot? |
I am using GitLab and I would like to sync GitLab permissions. Retrieve user information through cookies, and then search based on the Repository within the user's permissions |
@kowhi gotcha - I'm not sure if it would be possible for us to access a GitLab cookie since it's cross-origin. Another approach we could take is to support OAuth and allow for users to sign in with GitLab. This would require us to support authentication within Sourcebot, which is a bigger task |
@brendan-kellam supporting GitLab OAuth would be huge, as it should also remove the requirement for using PATs for authentication, and users would be able to login with GitLab at the same time, too! +1, would greatly appreciate this feature. Would it make sense to change the issue title to Edit: NVM, PAT can be replaced with Group access token. |
I wish to control the Repository scope through user permissions, how can I do this
The text was updated successfully, but these errors were encountered: