Skip to content

Commit f0d0fc4

Browse files
committed
Add missing entitlements found by unit tests
1 parent d6b2189 commit f0d0fc4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ org.apache.httpcomponents.httpasyncclient:
1818
- manage_threads
1919
unboundid.ldapsdk:
2020
- set_https_connection_properties # TODO: review if we need this once we have proper test coverage
21+
- inbound_network # For com.unboundid.ldap.listener.LDAPListener
2122
- outbound_network
2223
- manage_threads
2324
- write_system_properties:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ALL-UNNAMED:
22
- set_https_connection_properties # potentially required by apache.httpcomponents
3+
- manage_threads # For org.elasticsearch.client.snif.Sniffer
34
# the original policy has java.net.SocketPermission "*", "accept,connect"
45
# but a comment stating it was "needed for multiple server implementations used in tests"
56
# TODO: this is likely not needed, but including here to be on the safe side until

0 commit comments

Comments
 (0)