Skip to content

Commit

Permalink
Permissions fix for spl commands
Browse files Browse the repository at this point in the history
- Change permissions for the 'jmespath' and 'jsonformat' command so that all
  users to run them, not just users that inherit the default 'users' role.

Co-authored-by: Paul Wernau <[email protected]>
  • Loading branch information
lowell80 and pwernau committed Jun 10, 2024
1 parent 59e2d0a commit 0667e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.d/50-spl-jmespath/default.meta
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ access = read : [ * ], write : [ admin, sc_admin ]
export = system

[commands/jmespath]
access = read : [ user ], write : [ admin, sc_admin ]
access = read : [ * ], write : [ admin, sc_admin ]

[searchbnf]
export = system
2 changes: 1 addition & 1 deletion metadata.d/50-spl-jsonformat/default.meta
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ access = read : [ * ], write : [ admin, sc_admin ]
export = system

[commands/jsonformat]
access = read : [ user ], write : [ admin, sc_admin ]
access = read : [ * ], write : [ admin, sc_admin ]

[searchbnf]
export = system

0 comments on commit 0667e61

Please sign in to comment.