Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orestisfl committed Dec 16, 2024
1 parent b528f7e commit bb19213
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,21 @@ public class ServiceAccountIT extends ESRestTestCase {
"view_index_metadata"
],
"allow_restricted_indices": false
},
{
"names": [
".agentless-*"
],
"privileges": [
"read",
"write",
"monitor",
"create_index",
"auto_configure",
"maintenance",
"view_index_metadata"
],
"allow_restricted_indices": false
}
],
"applications": [ {
Expand Down

0 comments on commit bb19213

Please sign in to comment.