Skip to content

Commit

Permalink
Update cluster index role
Browse files Browse the repository at this point in the history
  • Loading branch information
dbason committed Aug 4, 2022
1 parent 0be5aec commit 2f89f2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/resources/multiclusterrolebinding/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ var (
{
IndexPatterns: []string{
"logs*",
serviceMapIndexName,
fmt.Sprintf("%s*", spanIndexPrefix),
},
AllowedActions: []string{
"index",
"indices:admin/get",
"indices:admin/mapping/put",
},
},
},
Expand Down

0 comments on commit 2f89f2a

Please sign in to comment.