Update docs/features/software-templates/authorizing-scaffolder-tasks-parameters-steps-and-actions.md

Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Frank Kong <50030060+Zaperex@users.noreply.github.com>
This commit is contained in:
Frank Kong
2024-05-21 10:14:53 -04:00
committed by GitHub
parent a112bb59ea
commit 3d71ade01e
@@ -176,7 +176,7 @@ class ExamplePermissionPolicy implements PermissionPolicy {
### Authorizing scaffolder tasks
The scaffolder plugin also exposes permissions that can restrict access to tasks, task logs, task creation, and task cancellation. This can be useful if you want to control who has access to the scaffolder.
The scaffolder plugin also exposes permissions that can restrict access to tasks, task logs, task creation, and task cancellation. This can be useful if you want to control who has access to these areas of the scaffolder.
```ts title="packages/src/backend/plugins/permissions.ts"
/* highlight-add-start */