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

Add SSO GitLab provider support #2062

Closed
mateuszklysz opened this issue Jul 20, 2022 · 0 comments
Closed

Add SSO GitLab provider support #2062

mateuszklysz opened this issue Jul 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mateuszklysz
Copy link

mateuszklysz commented Jul 20, 2022

Summary

Add additional support for SSO GitLab provider in SSO Login Services

Motivation

Since Dex supports GitLab, it would be nice to handle this from the dashboard. Many teams use GitLab and such an option should also appear in Devtron.

Proposal

Currently, OIDC has a hardcoded ID on google and this cannot be edited.
The best solution would be to add a separate option with a GitLab icon, as it is solved in the GitHub option.

Screenshot 2022-07-20 at 08 55 28

Configuration example:

config:
  type: gitlab 
  name: GitLab
  id: gitlab
  config:
    clientID: $GITLAB_CLIENT_ID                                                    
    clientSecret: $GITLAB_CLIENT_SECRET                                                              
    baseURL: https://gitlab.com                                                                                                                            
    redirectURI: http://devtron.yourdomain.com/orchestrator/api/dex/callback
    groups:
      - my-group
      - my-another-group

AB#82

@mateuszklysz mateuszklysz added the enhancement New feature or request label Jul 20, 2022
@milindk8 milindk8 self-assigned this Aug 15, 2022
@nitish6660 nitish6660 self-assigned this Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants