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

mongodb_user: don't call buildInfo with Pymongo > 3.5 #42350

Merged
merged 1 commit into from
Aug 30, 2018

Conversation

gyurco
Copy link
Contributor

@gyurco gyurco commented Jul 5, 2018

Fixes #35155

SUMMARY

Pymongo 3.6 creates an implicit session even for unauthenticated users, so the call to buildInfo without credentials fails.
https://jira.mongodb.org/browse/SERVER-34820

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

pymongo_user

ANSIBLE VERSION
ansible 2.5.4
ADDITIONAL INFORMATION

@ansibot
Copy link
Contributor

ansibot commented Jul 5, 2018

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. small_patch support:community This issue/PR relates to code supported by the Ansible community. labels Jul 5, 2018
@resmo resmo self-requested a review July 5, 2018 13:16
@samdoran samdoran removed the needs_triage Needs a first human triage before being processed. label Jul 5, 2018
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Jul 13, 2018
Copy link
Contributor

@resmo resmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shipit

@resmo
Copy link
Contributor

resmo commented Aug 30, 2018

rebuild_merge

@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Aug 30, 2018
@ansibot ansibot merged commit 4ad7642 into ansible:devel Aug 30, 2018
@dagwieers dagwieers added the mongodb MongoDB community label Jan 28, 2019
@dagwieers dagwieers added the database Database category label Feb 13, 2019
@ansible ansible locked and limited conversation to collaborators Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. community_review In order to be merged, this PR must follow the community review workflow. database Database category module This issue/PR relates to a module. mongodb MongoDB community small_patch support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants