-
Notifications
You must be signed in to change notification settings - Fork 268
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
SCRAM-SHA-1 auth mechanism is only supported in single mongod instance, not yet in replication set instances. #69
Comments
I'll check it. |
I'm experiencing the same issue: |
Could you please try mongodb java driver with your configuration? |
I'm using it with a Ruby driver 2.0.5 and it works fine: |
It seems that I hit all the walls. I try to insert some data to collection to the replica set of mongod 3 and I get
|
For now I advice you to use 2.6 auth in 3 mongo set. I have lack of time, so I can't fix it immediately. |
fixed in #82 |
When I test SCRAM-SHA-1 auth mechanism in single mongod instance, it seems everything goes well. But when I setup a replica set cluster and connect one member in the cluster, it report "not authorized on xxx collection to execute command xxx" when I issue a COUNT command.
The text was updated successfully, but these errors were encountered: