Skip to content

Commit

Permalink
add manage privilege back to search user
Browse files Browse the repository at this point in the history
  • Loading branch information
makelicious committed Jul 16, 2024
1 parent 499c36a commit be598a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infrastructure/elasticsearch/roles/search_user.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cluster": ["monitoring"],
"cluster": ["manage"],
"indices": [
{
"names": ["ocrvs", "ocrvs-*"],
Expand All @@ -9,7 +9,8 @@
"create_index",
"delete",
"delete_index",
"read"
"read",
"manage"
]
}
]
Expand Down

0 comments on commit be598a3

Please sign in to comment.