From 6737901d80e026bb0120389620469793b67538ba Mon Sep 17 00:00:00 2001 From: Lorenzo Dematte Date: Thu, 17 Apr 2025 15:06:18 +0200 Subject: [PATCH 1/5] fix entitlement policy for x-pack-core --- .../core/src/main/plugin-metadata/entitlement-policy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugin/core/src/main/plugin-metadata/entitlement-policy.yaml b/x-pack/plugin/core/src/main/plugin-metadata/entitlement-policy.yaml index f543e39972a78..92c0cbdbefe83 100644 --- a/x-pack/plugin/core/src/main/plugin-metadata/entitlement-policy.yaml +++ b/x-pack/plugin/core/src/main/plugin-metadata/entitlement-policy.yaml @@ -17,6 +17,8 @@ org.apache.httpcomponents.httpcore.nio: org.apache.httpcomponents.httpasyncclient: - manage_threads unboundid.ldapsdk: + - set_https_connection_properties + - outbound_network - manage_threads - write_system_properties: properties: From 9ca3bcce47e1cacdedc1013e701e3d22f32e6e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dematt=C3=A9?= Date: Thu, 17 Apr 2025 15:09:06 +0200 Subject: [PATCH 2/5] Update docs/changelog/126992.yaml --- docs/changelog/126992.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/changelog/126992.yaml diff --git a/docs/changelog/126992.yaml b/docs/changelog/126992.yaml new file mode 100644 index 0000000000000..6797e989b192f --- /dev/null +++ b/docs/changelog/126992.yaml @@ -0,0 +1,5 @@ +pr: 126992 +summary: "[Entitlements] Add missing `outbound_network` entitlement to x-pack-core" +area: Infra/Entitlements +type: bug +issues: [] From a5b59fc556b476304f24b5d06e321590914fb0fb Mon Sep 17 00:00:00 2001 From: Lorenzo Dematte Date: Thu, 17 Apr 2025 15:10:21 +0200 Subject: [PATCH 3/5] changelog --- docs/changelog/126992.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog/126992.yaml b/docs/changelog/126992.yaml index 6797e989b192f..3da9a5fd5dee5 100644 --- a/docs/changelog/126992.yaml +++ b/docs/changelog/126992.yaml @@ -1,5 +1,5 @@ pr: 126992 -summary: "[Entitlements] Add missing `outbound_network` entitlement to x-pack-core" -area: Infra/Entitlements +summary: "Add missing `outbound_network` entitlement to x-pack-core" +area: Infra/Core type: bug issues: [] From 11f87429f9011c7685f36ca2b5244b005f6da449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dematt=C3=A9?= Date: Thu, 17 Apr 2025 16:20:10 +0200 Subject: [PATCH 4/5] Update docs/changelog/126992.yaml --- docs/changelog/126992.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog/126992.yaml b/docs/changelog/126992.yaml index 3da9a5fd5dee5..e5f8ba5ed9c54 100644 --- a/docs/changelog/126992.yaml +++ b/docs/changelog/126992.yaml @@ -1,5 +1,6 @@ pr: 126992 -summary: "Add missing `outbound_network` entitlement to x-pack-core" +summary: Add missing `outbound_network` entitlement to x-pack-core area: Infra/Core type: bug -issues: [] +issues: + - 127003 From f2b902936ab20e7a509bb92bd79c51c4137ce985 Mon Sep 17 00:00:00 2001 From: Lorenzo Dematte Date: Fri, 18 Apr 2025 09:14:12 +0200 Subject: [PATCH 5/5] comment --- .../core/src/main/plugin-metadata/entitlement-policy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugin/core/src/main/plugin-metadata/entitlement-policy.yaml b/x-pack/plugin/core/src/main/plugin-metadata/entitlement-policy.yaml index 92c0cbdbefe83..5b089eba8b5b1 100644 --- a/x-pack/plugin/core/src/main/plugin-metadata/entitlement-policy.yaml +++ b/x-pack/plugin/core/src/main/plugin-metadata/entitlement-policy.yaml @@ -17,7 +17,7 @@ org.apache.httpcomponents.httpcore.nio: org.apache.httpcomponents.httpasyncclient: - manage_threads unboundid.ldapsdk: - - set_https_connection_properties + - set_https_connection_properties # TODO: review if we need this once we have proper test coverage - outbound_network - manage_threads - write_system_properties: