[BUG] broken pymongo authentication #63058
Labels
Bug
broken, incorrect, or confusing behavior
Duplicate
Duplicate of another issue or PR - will be closed
needs-triage
Description
The pymongo authentication in
salt/pillar/mongo.py
andsalt/returners/test_mongo_future_return.py
throws the following error:TypeError: 'Collection' object is not callable. If you meant to call the 'authenticate' method on a 'Database' object it is failing because no such method exists.
Pymongo is not able to access a database.
Setup
Salt Minion & Master config:
Steps to Reproduce the behavior
Using mongo ext_pillar and mongo returner with the settings above.
Versions Report
3005.1
Additional context
Associated pull request #63053 already open.
The text was updated successfully, but these errors were encountered: