Skip to content
Snippets Groups Projects
  1. Dec 18, 2024
  2. Nov 15, 2024
    • Andrew Patterson's avatar
      Disallow login for mattermost account · d4bce1d32866
      Andrew Patterson authored
      Change login shell for mattermost account to
      nologin to stop CIS from triggering rule 6.2.8
      "Ensure users' home directories permissions are
      750 or more restrictive".
      d4bce1d32866
  3. Dec 18, 2024
  4. Jun 16, 2023
  5. Mar 21, 2023
  6. May 04, 2023
  7. Apr 28, 2023
  8. Sep 14, 2022
    • Aboobacker MK's avatar
      Compatibility for hashed oauth secrets · 580e1158742e
      Aboobacker MK authored
      We are working on hashing application secrets for compliance reasons,
      omnibus's current lookup for oauth application is not compatiable with
      hashed oauth secrets. Alternative is to use
      Doorkeeper::Application.by_uid_and_secret which does hashing logic if
      the secret is in hashed form
      
      Changelog: changed
      580e1158742e
  9. Dec 07, 2020
  10. Sep 29, 2020
  11. Jul 28, 2020
  12. Jul 14, 2020
  13. May 07, 2020
  14. Mar 06, 2020
  15. Jul 04, 2019
  16. Jun 06, 2019
  17. May 22, 2019
  18. Oct 27, 2018
  19. Dec 28, 2018
  20. Nov 16, 2018
  21. Nov 01, 2018
  22. Nov 02, 2018
    • Jason Plum's avatar
      Align env_directory attributes · 3be06a1a308b
      Jason Plum authored
      Align setting `/opt/gitlab/etc/*` via `env_directory`.
      
      This only affects MR !1823 changes.
      
      Existing entries were NOT touched:
      - files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb:24:gitlab_rails_static_etc_dir = "/opt/gitlab/etc/gitlab-rails"
      - files/gitlab-cookbooks/gitlab/recipes/gitlab-pages.rb:21:gitlab_pages_static_etc_dir = "/opt/gitlab/etc/gitlab-pages"
      - files/gitlab-cookbooks/gitlab/recipes/gitlab-workhorse.rb:21:gitlab_workhorse_static_etc_dir = "/opt/gitlab/etc/gitlab-workhorse"
      - files/gitlab-cookbooks/gitlab/recipes/postgres-exporter.rb:21:postgres_exporter_static_etc_dir = "/opt/gitlab/etc/postgres-exporter"
      3be06a1a308b
  23. Oct 25, 2018
    • Jason Plum's avatar
      Add SSL_CERT_DIR for all embedded Go services · 025f401b81bc
      Jason Plum authored
      We have Go programs that use Go's own crypto/tls library instead of OpenSSL.
      We can tell `crypto/tls` about `/opt/gitlab/embedded/ssl/certs/` by setting
      `SSL_CERT_DIR=/opt/gitlab/embedded/ssl/certs/`.
      
      This addes this value to all of the `env` nodes for the approriate services
      that use Go.
      
      Closes #3701
      025f401b81bc
  24. Oct 15, 2018
  25. Jul 17, 2018
  26. Jun 11, 2018
  27. Jun 12, 2018
  28. May 25, 2018
  29. Apr 26, 2018
  30. Apr 20, 2018
  31. Apr 03, 2018
  32. Mar 09, 2018
  33. Feb 23, 2018
  34. Jan 17, 2018
  35. Dec 18, 2017
  36. Dec 09, 2017
  37. Dec 08, 2017
  38. Oct 27, 2017
Loading