Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resty-session v 3.10 rediscluster auth error : NOAUTH Authentication required #178

Open
darkSheep404 opened this issue Jul 11, 2024 · 1 comment

Comments

@darkSheep404
Copy link

darkSheep404 commented Jul 11, 2024

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

Best regards
image
98711d5

Change this line back will works
image

@mmorev
Copy link

mmorev commented Aug 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants