Skip to content

Commit 43f856e

Browse files
committed
grant shared_data dir to plugins that have a grant on data dir indices/
1 parent 7b7a7f3 commit 43f856e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

plugins/store-smb/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ ALL-UNNAMED:
33
- relative_path: "indices/"
44
relative_to: data
55
mode: read_write
6+
- relative_path: ""
7+
relative_to: shared_data
8+
mode: read_write

x-pack/plugin/searchable-snapshots/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ org.elasticsearch.searchablesnapshots:
66
- relative_path: indices
77
relative_to: data
88
mode: read_write
9+
- relative_path: ""
10+
relative_to: shared_data
11+
mode: read_write

0 commit comments

Comments
 (0)