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 3563ddb commit 52bf314Copy full SHA for 52bf314
docs/changelog/126992.yaml
@@ -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
@@ -17,6 +17,8 @@ org.apache.httpcomponents.httpcore.nio:
17
org.apache.httpcomponents.httpasyncclient:
18
- manage_threads
19
unboundid.ldapsdk:
20
+ - set_https_connection_properties # TODO: review if we need this once we have proper test coverage
21
+ - outbound_network
22
23
- write_system_properties:
24
properties:
0 commit comments