Skip to content

Commit e35ef89

Browse files
authored
Include network access for watcher plugin (#123653)
1 parent b435bc0 commit e35ef89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

x-pack/plugin/watcher/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
ALL-UNNAMED:
22
- manage_threads
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+
- inbound_network
8+
- outbound_network
39
- files:
410
- relative_path: ".mime.types"
511
relative_to: "home"

0 commit comments

Comments
 (0)