Yuan Wang
Yuan Wang
thanks, interesting idea, since now 8.4 merge window is closing, maybe we can consider it in the next version
didn't show the current executing command?
I think maybe you can use ACL instead of the plaintext password
> how can we solve the plaintext configuration of 'masterauth' in master-slave mode. Oh, currently we must use plaintext since replica need use plaintext password when connecting master, just like...
> Oh, currently we must use plaintext since replica need use plaintext password when connecting master, just like normal clients @tentosleep as i said above, `requirepass ` is to check...
> Redis will return plain text secrets and passwords through config get command. not sure, maybe we can support to return the SHA of the passwords instead of plain text
do you mean something like https://github.com/redis/redis-hashes?
Hi @oranagra @MeirShpilraien, what do you think about this idea?
@oranagra thanks > so i wonder if there's a case where some user will want to set an empty masterauth and stick to it rather than the fallback? We should...
> so how can we handle that? the replica sends `PING` command before handshaking, if the master replies `+PONG`, we can know the master doesn't need `requirepass`, otherwise, the replica...