Skip to content

Commit bb19213

Browse files
committed
fix test
1 parent b528f7e commit bb19213

File tree

1 file changed

+15
-0
lines changed
  • x-pack/plugin/security/qa/service-account/src/javaRestTest/java/org/elasticsearch/xpack/security/authc/service

1 file changed

+15
-0
lines changed

x-pack/plugin/security/qa/service-account/src/javaRestTest/java/org/elasticsearch/xpack/security/authc/service/ServiceAccountIT.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,21 @@ public class ServiceAccountIT extends ESRestTestCase {
316316
"view_index_metadata"
317317
],
318318
"allow_restricted_indices": false
319+
},
320+
{
321+
"names": [
322+
".agentless-*"
323+
],
324+
"privileges": [
325+
"read",
326+
"write",
327+
"monitor",
328+
"create_index",
329+
"auto_configure",
330+
"maintenance",
331+
"view_index_metadata"
332+
],
333+
"allow_restricted_indices": false
319334
}
320335
],
321336
"applications": [ {

0 commit comments

Comments
 (0)