Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #8049

Closed
Open
Created Oct 15, 2014 by Administrator@rootOwner

add redis requirepass sidekiq.log appear:ERROR: NOAUTH Authentication required.

Created by: geekwolf

  1. add redis requirepass geekwolf,
  2. 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

Assignee
Assign to
Time tracking