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 c9b39ba commit caabc82Copy full SHA for caabc82
x-pack/plugin/monitoring/src/main/plugin-metadata/entitlement-policy.yaml
@@ -1,2 +1,8 @@
1
ALL-UNNAMED:
2
- set_https_connection_properties # potentially required by apache.httpcomponents
3
+ # the original policy has java.net.SocketPermission "*", "accept,connect"
4
+ # but a comment stating it was "needed for multiple server implementations used in tests"
5
+ # TODO: this is likely not needed, but including here to be on the safe side until
6
+ # we can track down whether it's really needed
7
+ - outbound_network
8
+ - inbound_network
0 commit comments