add redis requirepass sidekiq.log appear:ERROR: NOAUTH Authentication required.
Created by: geekwolf
- add redis requirepass geekwolf,
- then vim gitlab-shell/config.yml
redis:
bin: /usr/bin/redis-cli
host: 127.0.0.1
port: 6379
pass: geekwolf # Allows you to specify the password for Redis
database: 0
socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP
namespace: resque:gitlab
3.service gitlab restart 4.the sidekiq.log appear:ERROR: NOAUTH Authentication required. and code 500
But when cancel the requirepass , the gitlab runs well! how to solve the problem? thx