@@ -50,8 +50,6 @@ Profiles include the following sections:
5050 period (e.g., ` .github.com ` allows any subdomain of ` github.com ` ).
5151 Wildcards are not supported.
5252 - ` allow_port ` : List of allowed ports for outbound connections.
53- - ` allow_transport ` : List of allowed transport protocols (e.g., ` tcp ` ,
54- ` udp ` ).
5553
5654## Default permissions in the ToolHive registry
5755
@@ -129,7 +127,6 @@ For example:
129127 "network" : {
130128 "outbound" : {
131129 "insecure_allow_all" : false ,
132- "allow_transport" : [" tcp" , " udp" ],
133130 "allow_host" : [" localhost" , " .google.com" ],
134131 "allow_port" : [80 , 443 ]
135132 }
@@ -142,8 +139,8 @@ This profile:
142139- Allows read-only access to ` /example/path1 ` and ` /example/path2 `
143140- Allows read and write access to ` /example/path3 ` (note that the ` write `
144141 setting also implies read access)
145- - Allows outbound TCP or UDP connections to ` localhost ` and ` google.com `
146- (including subdomains) on ports 80 and 443
142+ - Allows outbound connections to ` localhost ` and ` google.com ` (including
143+ subdomains) on ports 80 and 443
147144
148145## Apply a permission profile
149146
@@ -312,7 +309,6 @@ Enterprise instance:
312309 "network" : {
313310 "outbound" : {
314311 "insecure_allow_all" : false ,
315- "allow_transport" : [" tcp" ],
316312 "allow_host" : [" github.example.com" ],
317313 "allow_port" : [443 ]
318314 }
0 commit comments