joeferner / redis-commander

Redis management tool written in node.js
http://joeferner.github.io/redis-commander/
MIT License
3.56k stars 460 forks source link

CLUSTER_NO_TLS_VALIDATION in docker - Update entrypoint.sh #553

Closed aamotharald closed 6 months ago

aamotharald commented 6 months ago

Hi @joeferner ,

this allows to inject the CLUSTER_NO_TLS_VALIDATION for redis clusters in AWS as environment variable.

I apprecviate you are supporting access to clustered redis oinstances now :-).

After checking the issues in this repo I think this relates to / solves #527

sseide commented 6 months ago

thanks for the updated README too!