You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Bungle/Community
we occur error "NOAUTH Authentication required" when using openresty-opendic with redis-cluster
which rely on lua-resty-session 3.10
After troubleshooting, we found it casued by below PR
which replaces the parameter auth required by redis-cluster- with a wrong param name password
For production environments, it is necessary to use clustered redis instead of single-node redis for high availability
Since 4.0 is not backward compatible, and there's no 3.10 branch, I don't seem to be able to initiate a PR,could you consider releasing 3.11 to fix this issue
I have also encountered this issue, using latest APISIX, which uses lua-resty-session 3.10 and incompatible with 4.0.
Actually, this is a major bug, it would be very nice to build a bugfix release like 3.10.1. I could make a PR to a bugfix branch.
Hi Bungle/Community
we occur error "NOAUTH Authentication required" when using openresty-opendic with redis-cluster
which rely on lua-resty-session 3.10
After troubleshooting, we found it casued by below PR
which replaces the parameter
auth
required by redis-cluster- with a wrong param namepassword
For production environments, it is necessary to use clustered redis instead of single-node redis for high availability
Since 4.0 is not backward compatible, and there's no 3.10 branch, I don't seem to be able to initiate a PR,could you consider releasing 3.11 to fix this issue
Best regards
98711d5
Change this line back will works
The text was updated successfully, but these errors were encountered: