-
Type: Task
-
Resolution: Won't Fix
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
main-- has created PR #820: Improvements to ListCollections in mongo-rust-driver
Issue Text:
This PR includes two changes to the ListCollections functionality. The first one is just a small bugfix: `nameOnly` allows filtering on the `type`, which previously caused the code to disable `nameOnly`. The second change is adding support for the `authorizedCollections` flag, which enables listing collections when access control is enforced and the user is only allowed to access a limited subset of the collections in the database.