grantkl
grantkl
Can you add CLUSTER_NO_TLS_VALIDATION as a supported ENV variable? I don't see it in https://github.com/joeferner/redis-commander/blob/master/docker/entrypoint.sh
After manually configuring the json configuration to: ``` { "label": "local", "dbIndex": 0, "username": null, "password": "", "connectionName": "redis", "optional": false, "clusterNoTlsValidation": true, "host": "localhost", "port": 6379, "isCluster": true, "sentinelUsername":...
Any update on this?
For my use case, DNS is enough. TCP could be interesting though. Your ENV variables seem like they are more focused on TCP though? Maybe separate ENV variables for DNS...
I mean a TCP check would inherently use DNS anyways so it would work for me 😄 We already use kubenurse, so am I'm hoping I can replace some custom...
I believe I can make HTTP work, Thanks!
@clementnuss were you able to get something implemented for this?
Nice! We're going to test this out!