Skip to content

Commit 9ae3730

Browse files
authored
Include network access for monitoring plugin (#123651)
1 parent e35ef89 commit 9ae3730

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
ALL-UNNAMED:
22
- 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

Comments
 (0)