add search scroll path to permission file

This commit is contained in:
liugq 2023-02-24 10:59:28 +08:00
parent 8431144dca
commit b799dca934
1 changed files with 3 additions and 0 deletions

View File

@ -401,6 +401,9 @@
{"name": "scroll.*", "methods": ["*"], {"name": "scroll.*", "methods": ["*"],
"path": "/_search/scroll*" "path": "/_search/scroll*"
}, },
{"name": "scroll.search", "methods": ["get", "post"],
"path": "/_search/scroll"
},
{"name": "scroll.delete", "methods": ["delete"], {"name": "scroll.delete", "methods": ["delete"],
"path": "/_search/scroll/:scroll_id" "path": "/_search/scroll/:scroll_id"
}, },