Skip to content

Commit 99e8170

Browse files
committed
Adapt privileges in EnableSecurityOnBasicLicenseIT
1 parent 3c28876 commit 99e8170

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/security/qa/basic-enable-security/src/test/resources

1 file changed

+1
-1
lines changed

x-pack/plugin/security/qa/basic-enable-security/src/test/resources/roles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ security_test_role:
77
- names: [ "index_allowed" ]
88
privileges: [ "read", "write", "create_index" ]
99
- names: [ "*" ]
10-
privileges: [ "monitor" ]
10+
privileges: [ "monitor", "indices:admin/get" ]
1111

1212
anonymous:
1313
cluster:

0 commit comments

Comments
 (0)