Docker-gitlab: redis auth support

Created on 28 Dec 2017  路  5Comments  路  Source: sameersbn/docker-gitlab

hi.
how to pass redis password to gitlab?

wontfix

Most helpful comment

there is also a pretty old PR for this https://github.com/sameersbn/docker-gitlab/pull/1026

All 5 comments

It doesn't currently seem to be possible.

The config file https://github.com/sameersbn/docker-gitlab/blob/master/assets/runtime/config/gitlabhq/resque.yml#L17

The redis checks https://github.com/sameersbn/docker-gitlab/blob/master/assets/runtime/functions#L248

Originally I thought you could hack REDIS_HOST to embed the user:pass but because of the checks that won't work.

It would be a nice feature for Redis nodes that are not running on the machine to support REDIS_URI configuration option and create the uri and connect via the -u option but that was only added in 3.2.1 and the redis-cli version bundled with this version is 2.8.4

there is also a pretty old PR for this https://github.com/sameersbn/docker-gitlab/pull/1026

how about merge #1026 to master? @sameersbn

I'd also look forward to this! ping @solidnerd

This issue has been automatically marked as stale because it has not had any activity for the last 60 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

josefglatz picture josefglatz  路  5Comments

martinspaeth picture martinspaeth  路  3Comments

pmoralesp picture pmoralesp  路  3Comments

lenovouser picture lenovouser  路  3Comments

cyklodev picture cyklodev  路  3Comments