Skip to content

Commit 23c6fd1

Browse files
committed
Moar entitlements
1 parent cab0c43 commit 23c6fd1

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
org.apache.httpcomponents.httpclient:
22
- outbound_network # For SamlRealm
3+
- manage_threads
34
org.apache.httpcomponents.httpcore.nio:
45
- outbound_network
6+
- manage_threads
7+
org.apache.httpcomponents.httpasyncclient:
8+
- manage_threads
59
unboundid.ldapsdk:
610
- write_system_properties:
711
properties:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
org.elasticsearch.security:
22
- set_https_connection_properties # for CommandLineHttpClient
33
io.netty.transport:
4+
- manage_threads
45
- inbound_network
56
- outbound_network
67
io.netty.common:
8+
- manage_threads
79
- inbound_network
810
- outbound_network
911
org.opensaml.xmlsec.impl:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALL-UNNAMED:
2+
- manage_threads

0 commit comments

Comments
 (0)