Skip to content
6 changes: 6 additions & 0 deletions docs/changelog/126992.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 126992
summary: Add missing `outbound_network` entitlement to x-pack-core
area: Infra/Core
type: bug
issues:
- 127003
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ org.apache.httpcomponents.httpcore.nio:
org.apache.httpcomponents.httpasyncclient:
- manage_threads
unboundid.ldapsdk:
- set_https_connection_properties # TODO: review if we need this once we have proper test coverage
- outbound_network
- manage_threads
- write_system_properties:
properties:
Expand Down
Loading