Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 15, 2020
  2. Jun 16, 2020
  3. Jun 11, 2020
    • Stan Hu's avatar
      Make it possible to disable Workhorse -authSocket argument · 3139f98a
      Stan Hu authored
      In Workhorse, it's not absolutely necessary to have both -authSocket and
      -authBackend arguments, as long as least one is available to all GitLab
      application hosts. In a single-node Ominbus install, -authSocket will
      suffice, but in multi-node installations -authBackend may only be
      needed.
      
      To support the second case and make it possible to disable listening to
      a UNIX socket, admins can do the following:
      
      ```
      gitlab_workhorse['auth_socket'] = nil
      gitlab_workhorse['auth_backend'] = 'https://workhorse.example.com'
      ```
      3139f98a
  4. Sep 05, 2017
  5. Jul 04, 2016
  6. May 15, 2016
  7. Feb 11, 2014
  8. Jan 30, 2014
  9. Jan 28, 2014
Loading