Skip to content
Snippets Groups Projects
  1. Nov 05, 2024
    • Stan Hu's avatar
      Make ActionCable Redis settings use default Redis Sentinel password · 6c142799
      Stan Hu authored
      Suppose you have this config:
      
      ```
      gitlab_rails['redis_sentinels'] = [
        {"host"=>"gitlabtest-cluster-redis-01", "port"=>26379},
        {"host"=>"gitlabtest-cluster-redis-02", "port"=>26379},
        {"host"=>"gitlabtest-cluster-redis-03", "port"=>26379}
      ]
      gitlab_rails['redis_sentinels_password'] = "some password"
      redis['enable'] = false
      redis['master_name'] = "gitlab-redis"
      redis['master_password'] = "some password"
      ```
      
      Previously ActionCable Redis settings would only look for
      `gitlab_rails['redis_actioncable_sentinels_password']` and did
      not fall back to `gitlab_rails['redis_sentinels_password']`.
      
      Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8728
      
      Changelog: fixed
      6c142799
  2. Oct 29, 2024
  3. Oct 14, 2024
  4. Oct 28, 2024
  5. Oct 23, 2024
  6. Oct 22, 2024
  7. Oct 21, 2024
  8. Oct 14, 2024
  9. Oct 18, 2024
  10. Oct 17, 2024
  11. Sep 09, 2024
  12. Oct 16, 2024
  13. Oct 14, 2024
  14. Oct 11, 2024
  15. Oct 10, 2024
  16. Oct 04, 2024
  17. Oct 10, 2024
Loading