Skip to content

Commit

Permalink
fix descriptor test
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Apr 27, 2023
1 parent e6d1b74 commit 76572b6
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ public class ServiceAccountIT extends ESRestTestCase {
],
"allow_restricted_indices": true
},
{
"names": [
".secrets*"
],
"privileges": [
"read"
],
"allow_restricted_indices":true
},
{
"names": [
"synthetics-*"
Expand Down

0 comments on commit 76572b6

Please sign in to comment.