Skip to content

Commit

Permalink
add index template put permission to kibana_server role (#2503) (#2513)
Browse files Browse the repository at this point in the history
Signed-off-by: Chang Liu <lc12251109@gmail.com>
(cherry picked from commit fb70a75)

Co-authored-by: Chang Liu <lc12251109@gmail.com>
  • Loading branch information
opensearch-trigger-bot[bot] and cliu123 authored Mar 6, 2023
1 parent 7347295 commit 1499302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/static_config/static_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ kibana_server:
- "cluster_monitor"
- "cluster_composite_ops"
- "indices:admin/template*"
- "indices:admin/index_template*"
- "indices:data/read/scroll*"
index_permissions:
- index_patterns:
Expand Down

0 comments on commit 1499302

Please sign in to comment.