Skip to content

Commit d324cdd

Browse files
committed
update to the new path settings keywords
1 parent 4074432 commit d324cdd

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

modules/reindex/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,22 @@ ALL-UNNAMED:
33
- outbound_network
44
- create_class_loader # needed for Painless to generate runtime classes
55
- files:
6-
- relative_path_setting: "reindex.ssl.certificate"
6+
# TODO: review and possibly remove this general permission
7+
- relative_path: ""
78
relative_to: config
89
mode: read
9-
- relative_path_setting: "reindex.ssl.key"
10-
relative_to: config
10+
- path_setting: "reindex.ssl.certificate"
11+
basedir_if_relative: config
1112
mode: read
12-
- relative_path_setting: "reindex.ssl.keystore.path"
13-
relative_to: config
13+
- path_setting: "reindex.ssl.key"
14+
basedir_if_relative: config
1415
mode: read
15-
- relative_path_setting: "reindex.ssl.certificate_authorities"
16-
relative_to: config
16+
- path_setting: "reindex.ssl.keystore.path"
17+
basedir_if_relative: config
1718
mode: read
18-
- relative_path_setting: "reindex.ssl.truststore.path"
19-
relative_to: config
19+
- path_setting: "reindex.ssl.certificate_authorities"
20+
basedir_if_relative: config
21+
mode: read
22+
- path_setting: "reindex.ssl.truststore.path"
23+
basedir_if_relative: config
2024
mode: read

0 commit comments

Comments
 (0)