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. Oct 12, 2020
  3. Oct 09, 2020
  4. Oct 05, 2020
    • Robert Marshall's avatar
      Update fcontexts after workhorse configured · 11a062b7
      Robert Marshall authored
      
      - Run the SELinux helper after GitLab Workhorse and other files are
        created ensuring their file contexts are restored
      - Place GitLab Workhorse socket files into a sockets directory allowing
        the SELinux file context to be inherited on service restarts
      - Add a GitLab Workhorse helper to ensure that new UNIX sockets for
        Workhorse always inherit the proper SELinux file context
      
      Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
      11a062b7
  5. Jul 14, 2020
  6. Jun 16, 2020
  7. 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
  8. May 14, 2020
  9. Oct 22, 2018
  10. Mar 02, 2018
  11. Nov 22, 2017
  12. Mar 08, 2017
  13. Mar 03, 2017
  14. Dec 01, 2016
  15. Oct 05, 2016
  16. Sep 23, 2016
  17. Aug 29, 2016
  18. Aug 25, 2016
  19. Jan 26, 2016
  20. Jan 21, 2016
  21. Jan 20, 2016
  22. Dec 14, 2015
  23. Oct 30, 2015
Loading