Skip to content

Commit

Permalink
Point in time security changes (#1989)
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
(cherry picked from commit 9ce8b4f)
  • Loading branch information
bharath-techie authored and github-actions[bot] committed Aug 9, 2022
1 parent 787b020 commit c4c1193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/static_config/static_action_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ cluster_composite_ops:
- "indices:admin/aliases*"
- "indices:data/write/reindex"
- "cluster_composite_ops_ro"
- "indices:data/read/point_in_time/delete"
type: "cluster"
description: "Allow read/write bulk and m* operations"
cluster_composite_ops_ro:
Expand All @@ -130,6 +131,8 @@ cluster_composite_ops_ro:
- "indices:admin/aliases/get*"
- "indices:data/read/scroll"
- "indices:admin/resolve/index"
- "indices:data/read/point_in_time/read*"
- "indices:data/read/point_in_time/create"
type: "cluster"
description: "Allow readonly bulk and m* operations"
get:
Expand Down
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 @@ -87,6 +87,7 @@ kibana_server:
- "cluster_composite_ops"
- "indices:admin/template*"
- "indices:data/read/scroll*"
- "indices:data/read/point_in_time*"
index_permissions:
- index_patterns:
- ".kibana"
Expand Down

0 comments on commit c4c1193

Please sign in to comment.