diff --git a/docs/references/authorization.md b/docs/references/authorization.md index 5847b9fd20..56b51009eb 100644 --- a/docs/references/authorization.md +++ b/docs/references/authorization.md @@ -132,6 +132,7 @@ These actions enable operations on App commands and resources. They also enable |-----------------|------------- | `app_read` | Read permissions (app list and show, env list and show) | `app_logs` | Read application logs +| `app_restart` | Restart permission (without write permissions)
Depends on: `app_read` | `app_write` | Write permissions (app create, delete, push, export, stage, env set and unset)
Depends on: `app_read`, `app_logs` | `app_exec` | Perform an exec into a running application | `app_portforward` | Open a tunnel with the `port-forward` command