-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
redis-sentinel connection error "AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?" #610
Labels
Comments
I am no expert in sentinel, @terencehonles coukd you help with this? Otherwise I will dig in the code sometime in the next few days |
also have the same error |
Getting the same error with Redis. I am not using Sentinel. This happens with Redis 6+. |
A simple solution is to set the password for the default user.
This worked for me. |
Hi,
I’m also struggling to connect to redis sentinel using python Django-redis library, a sample code that works would be appreciated especially using tls
From: Navjot Singh ***@***.***>
Sent: Wednesday, December 28, 2022 1:06 AM
To: jazzband/django-redis ***@***.***>
Cc: Frederic Ushimwe (ZA) ***@***.***>; Comment ***@***.***>
Subject: Re: [jazzband/django-redis] redis-sentinel connection error "AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?" (Issue #610)
Getting the same error with Redis. I am not using Sentinel. This happens with Redis 7.
—
Reply to this email directly, view it on GitHub<#610 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZ3TI3W5IVG7NQGKLGJ4UI3WPNY6LANCNFSM5YIQLOZA>.
You are receiving this because you commented.Message ID: ***@***.***>
Absa Bank Limited is a subsidiary of Absa Group Limited and is an Authorised Financial Services Provider and Registered Credit Provider, registration number: NCRCP7.
Absa Bank Limited provides services to Absa Group Limited and its subsidiaries.
Absa is committed to complying with applicable data privacy laws and to safeguarding the privacy and security of the personal information it collects and processes, in respect of all current and prospective clients. To understand more about how we collect, store, and process your personal information, please view our privacy statement at absa.co.za
This e-mail and any attachments are confidential and intended solely for the addressee and may also be privileged or exempt from disclosure under applicable law. If you are not the addressee, or have received this e-mail in error, please notify the sender immediately, delete it from your system and do not copy, disclose or otherwise act upon any part of this e-mail or its attachments. Internet communications are not guaranteed to be secure or virus-free. We do not accept responsibility for any loss arising from unauthorised access to, or interference with, any Internet communications by any third party, or from the transmission of any viruses. We may monitor replies to this e-mail for operational or business reasons. Any opinion or other information in this e-mail or its attachments that does not relate to our business is personal to the sender and we do not endorse it.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi exports.
I am in the troble with django-redis.
I use django-redis version django-redis>=5.0.0,<5.1.0.
and I make docker image with django application.
and I try to connect to redis-sentinel.
but the django application just return the error like below.
ERROR - create_cache: AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
here is the my settings.py
How can I connect with redis-sentinel???
the redis version
Please help me.
+environment explane
I am in the kubernetes cluster.
the redis-sentinel is the 3 node out of the kubernetes cluster.
but it can connect redis-sentinel's node and kubernetes pod.
I tried
redis-cli -h {master-ip} -p 6379 -a {password}
in the redis pod and I can connect to redis.when I tried in other kubernetes cluster a month before.
I used helm to install redis-sentinel.
and that time I can easilly connect to redis-sentinel in django.
but can't not this time.
The text was updated successfully, but these errors were encountered: