We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f3032 commit 2836ceeCopy full SHA for 2836cee
modules/reindex/src/main/plugin-metadata/entitlement-policy.yaml
@@ -1,7 +1,20 @@
1
ALL-UNNAMED:
2
- manage_threads
3
- outbound_network
4
+ - create_class_loader # needed for Painless to generate runtime classes
5
- files:
- - relative_path: ""
6
+ - relative_path_setting: "reindex.ssl.certificate"
7
+ relative_to: config
8
+ mode: read
9
+ - relative_path_setting: "reindex.ssl.key"
10
11
12
+ - relative_path_setting: "reindex.ssl.keystore.path"
13
14
15
+ - relative_path_setting: "reindex.ssl.certificate_authorities"
16
17
18
+ - relative_path_setting: "reindex.ssl.truststore.path"
19
relative_to: config
20
mode: read
0 commit comments