File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed
docs/search/04-search-external-mongod/code_snippets Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change 1212 ignoreUnknownUsers: true
1313 modes:
1414 - SCRAM
15- roles:
16- - role: searchCoordinator
17- db: admin
18- roles:
19- - name: clusterMonitor
20- db: admin
21- - name: directShardOperations
22- db: admin
23- - name: readAnyDatabase
24- db: admin
25- privileges:
26- - resource:
27- db: "__mdb_internal_search"
28- collection: ""
29- actions:
30- - "changeStream"
31- - "collStats"
32- - "dbHash"
33- - "dbStats"
34- - "find"
35- - "killCursors"
36- - "listCollections"
37- - "listIndexes"
38- - "listSearchIndexes"
39- - "planCacheRead"
40- - "cleanupStructuredEncryptionData"
41- - "compactStructuredEncryptionData"
42- - "convertToCapped"
43- - "createCollection"
44- - "createIndex"
45- - "createSearchIndexes"
46- - "dropCollection"
47- - "dropIndex"
48- - "dropSearchIndex"
49- - "insert"
50- - "remove"
51- - "renameCollectionSameDB"
52- - "update"
53- - "updateSearchIndex"
54- - resource:
55- cluster: true
56- actions:
57- - "bypassDefaultMaxTimeMS"
5815 additionalMongodConfig:
5916 setParameter:
6017 mongotHost: ${MDB_SEARCH_HOSTNAME} :27028
You can’t perform that action at this time.
0 commit comments