Skip to content
Snippets Groups Projects
  1. May 04, 2022
    • Robert Marshall's avatar
      Merge branch 'sh-add-puma-ssl-support' into 'master' · 6a9d2756
      Robert Marshall authored
      Add Puma config support for SSL
      
      See merge request gitlab-org/omnibus-gitlab!6004
      6a9d2756
    • Stan Hu's avatar
      Add Puma config support for SSL · e8730ae7
      Stan Hu authored
      To encrypt communication between Workhorse and Puma, some environments
      may want to enable encryption on Puma.
      
      Sample config:
      
      ```
      puma['ssl_listen'] = "127.0.0.1"
      puma['ssl_port'] = 9111
      puma['ssl_certificate'] = '/path/to/readable-certs/internal.example.crt'
      puma['ssl_certificate_key'] = '/path/to/readable-certs/gitlab.example.key'
      ```
      
      Note that the Puma user (`git`) MUST have permission to read the
      certificate and keys. `/etc/gitlab/ssl` is normally not readable by
      this user. Unlike NGINX, Puma does not initially run as the root user
      and then fork workers with a less privileged user.
      
      If SSL is enabled for Puma, we configure Workhorse to use it
      automatically as the Workhorse `authBackend`. `authSocket` will be
      disabled by default once SSL is enabled on Puma.
      
      Since Chef merges the defaults with `nil` values, the Puma default
      values will always take precedence. Now users can disable this by
      setting blank strings:
      
      ```
      puma['listen'] = ""
      puma['socket'] = ""
      ```
      
      Related https://gitlab.com/gitlab-org/gitlab/-/issues/353013
      
      Changelog: added
      e8730ae7
    • GitLab Release Tools Bot's avatar
      Update changelog for 14.10.2 · 85861feb
      GitLab Release Tools Bot authored
      [ci skip]
      85861feb
    • DJ Mountney's avatar
      Merge branch '6707-new-installs-use-postgresql-13' into 'master' · c06462f9
      DJ Mountney authored
      Default to PG13 in new installations
      
      Closes #6707
      
      See merge request gitlab-org/omnibus-gitlab!6043
      c06462f9
  2. Apr 18, 2022
  3. May 04, 2022
  4. May 03, 2022
  5. May 04, 2022
  6. May 03, 2022
  7. Apr 20, 2022
  8. May 03, 2022
  9. Apr 20, 2022
  10. May 02, 2022
  11. Mar 29, 2022
  12. May 02, 2022
  13. Apr 29, 2022
  14. May 02, 2022
  15. Apr 20, 2022
  16. Apr 29, 2022
Loading