Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/changelog/126992.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 126992
summary: "Add missing `outbound_network` entitlement to x-pack-core"
area: Infra/Core
type: bug
issues: []
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did you determine this one was necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not, I erred on the safe side. I think this might be not needed, but as we have 0 test coverage (evidently) I have no way to tell.
Maybe I can add a comment along those lines, that if/when we will have better test coverage we can remove that.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah the comment seems like a good idea, though I suppose anyone looking for the origin of that line will land on this PR and see this very conversation.

- outbound_network
- manage_threads
- write_system_properties:
properties:
Expand Down
Loading