File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
modules/reindex/src/main/plugin-metadata Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments