Skip to content

Commit f4a1a34

Browse files
committed
remove searchCoordinator polyfill from external snippets
1 parent 8dc3d81 commit f4a1a34

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

docs/search/04-search-external-mongod/code_snippets/04_0310_create_mongodb_community_resource.sh

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -12,49 +12,6 @@ spec:
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

0 commit comments

Comments
 (0)