From 30dc8a8e87ebb1bac0ed262b27b543812762b2e3 Mon Sep 17 00:00:00 2001 From: hadams95 Date: Tue, 30 Dec 2025 13:21:03 -0500 Subject: [PATCH] update docs to include app_restart action --- docs/references/authorization.md | 1 + 1 file changed, 1 insertion(+) 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