Skip to content
  • Benoît Knecht's avatar
    7ec146df
    social: add GitLab authentication backend · 7ec146df
    Benoît Knecht authored
    GitLab could already be used as an authentication backend by properly
    configuring `auth.generic_oauth`, but then there was no way to authorize
    users based on their GitLab group membership.
    
    This commit adds a `auth.gitlab` backend, similar to `auth.github`, with
    an `allowed_groups` option that can be set to a list of groups whose
    members should be allowed access to Grafana.
    7ec146df
    social: add GitLab authentication backend
    Benoît Knecht authored
    GitLab could already be used as an authentication backend by properly
    configuring `auth.generic_oauth`, but then there was no way to authorize
    users based on their GitLab group membership.
    
    This commit adds a `auth.gitlab` backend, similar to `auth.github`, with
    an `allowed_groups` option that can be set to a list of groups whose
    members should be allowed access to Grafana.
Loading