Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. <!--- Provide a general summary of the issue in the Title above --> The v8 client is able to talk to a Redis cluster fronted by an Envoy proxy. After upgrading to v9, it shows AUTH errors. ## Expected Behavior The client should still be able to talk to the proxy. <!--- Tell us what should happen --> ## Current Behavior it shows AUTH errors. `NOAUTH Authentication required.` <!--- Tell us what happens instead of the expected behavior --> ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> Code Snippet: `rOpts := &redis.Options{ Addr: proxy-addr, Username: proxy-username, Password: proxy-password }` `client := redis.NewClient(rOpts)` `cmdStatus := client.Set(ctx, "key", "value", 0)` ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> <!--- Provide a general summary of the issue in the Title above --> ## Detailed Description <!--- Provide a detailed description of the change or addition you are proposing --> ## Possible Implementation <!--- Not obligatory, but suggest an idea for implementing addition or change -->