Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

ability to add piped toolPermissions

hans peter
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 26, 2025

In config.yml under toolPermissions: bash: , i can do:


```
- command: find.*
  permission: allow

- command: head.*
  permission: allow

```

 

and

 

```

- command: "find ~/.rovodev/ -name \"*.yml\" | head -5"
  permission: allow

```

 

but not

 

```

- command: "find.* | head.*"
permission: allow

```

 

i tried all kinds of escape patterns. couldn't find a working one.
is it possible at all ?

 

if not, i kindly request such functionality.

1 answer

0 votes
Dr Valeri Colon (Connect Centric)
Community Champion
November 13, 2025

@hans peter Piped commands aren’t supported in toolPermissions today. The CLI matches single-command regexes only, so patterns like find.* | head.* won’t work. Each command in the pipeline has to be permitted separately. If you need pipeline-level rules, that’s a feature request—Rovo Dev doesn’t parse or allow multi-command patterns yet.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events