-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-34709: connection troubleshooting shared #105
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
DOCSP-34709: connection troubleshooting shared #105
Conversation
…ction-troubleshooting-shared
|
|
||
| An invalid connection string is the most common cause of authentication | ||
| issues when attempting to connect to MongoDB. | ||
| .. replacement:: scram-failure-error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot address this Vale issue, rule is set to change soon.
|
|
||
| For more information about connection strings, | ||
| see the :ref:`rust-quick-start-connection-string` guide. | ||
| Error: Error { kind: Authentication { message: "SCRAM failure: bad auth : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot address this Vale issue, rule is set to change soon.
| For more information about connection strings, | ||
| see the :ref:`rust-quick-start-connection-string` guide. | ||
| Error: Error { kind: Authentication { message: "SCRAM failure: bad auth : | ||
| authentication failed" }, labels: {}, wire_version: None, source: Some(Error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot address this Vale issue, rule is set to change soon.
| Error: Error { kind: Authentication { message: "SCRAM failure: bad auth : | ||
| authentication failed" }, labels: {}, wire_version: None, source: Some(Error | ||
| { kind: Command(CommandError { code: 8000, code_name: "AtlasError", message: | ||
| "bad auth : authentication failed", topology_version: None }), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot address this Vale issue, rule is set to change soon.
rustagir
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
(cherry picked from commit 24074a4)
(cherry picked from commit 24074a4)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-34709
Staging - Connection Troubleshooting
A few notable differences from the current page:
Vale issues responded to in comments.
Self-Review Checklist