Skip to content

Commit 52bf314

Browse files
authored
Backport of #126992 (#127923) (#127929)
1 parent 3563ddb commit 52bf314

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/changelog/126992.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 126992
2+
summary: Add missing `outbound_network` entitlement to x-pack-core
3+
area: Infra/Core
4+
type: bug
5+
issues:
6+
- 127003

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ org.apache.httpcomponents.httpcore.nio:
1717
org.apache.httpcomponents.httpasyncclient:
1818
- manage_threads
1919
unboundid.ldapsdk:
20+
- set_https_connection_properties # TODO: review if we need this once we have proper test coverage
21+
- outbound_network
2022
- manage_threads
2123
- write_system_properties:
2224
properties:

0 commit comments

Comments
 (0)