Skip to content

Disabling protected mode (v.7+) #149

Answered by Grokzen
ilapaylineate asked this question in Q&A
Discussion options

You must be logged in to vote

Interesting, this was a new security feature added that i was not aware of in redis 7.0

The short answer is no, there is no feature right now to "simply disable" it via some flag or something.

But you have a few options to help you out in the short term. One is to modify this file https://github.com/Grokzen/docker-redis-cluster/blob/master/redis-cluster.tmpl to include the config option you want, rebuild the image to you'r own copy and use that one instead. This would map to suggestion 2. from the above mentioned suggestions by redis. The most simple fix for me to implement would probably be this one out of all the alternatives below.

The second alternative would be to volume map in your …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ilapaylineate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants