Skip to content

Don't require omniauth to enable github importer

Marco Wessel requested to merge mwessel/gitlab-ce:github-no-omniauth into master

I noticed the github importer is only enabled when omniauth authentication is also enabled. That isn't actually necessary -- just the oauth keys from GitHub are required to be configured.

The fix for this is very simple.

Merge request reports