Skip to content
Snippets Groups Projects
Select Git revision
  • choldgraf-patch-1
  • master default protected
  • rwth
  • revert-1004-probes
  • yuvipanda-patch-1
  • consideRatio-patch-1
  • ryanlovett-patch-1
  • v0.4.x
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.8.0-beta.1
  • 0.8.0b1
  • 0.7.0
  • 0.7.0-beta.2
  • v0.7.0-beta.1
  • v0.6
  • v0.5-doc
  • v0.5
  • v0.4-doc
  • v0.4
  • 0.3.1
  • v0.3.1
  • v0.3
  • v0.2
  • v0.1
26 results

images

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Erik Sundell authored
    The following is now a valid configuration for oauthenticator 0.8.1 I
    think:
    
    ```yaml
    hub:
      extraEnv:
        GITLAB_URL: https://my-gitlab-instance.example.com
    
    auth:
      type: gitlab
      gitlab:
        clientId: <client id>
        clientSecret: <client secret>
        callbackUrl: <callback url>
        gitlabGroupWhitelist:
          - "groupName1"
          - "groupName2"
        gitlabProjectIdWhitelist:
          - "projectId1"
          - "projectId2"
    ```
    174bbd56
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.