Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • gitkeep
  • Sprint/2022-01
  • dev protected
4 results

x-cs-template-old

  • Open with
  • Download source code
  • 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
    Name Last commit Last update