Skip to content

Commit

Permalink
Update users.md (platformsh#4132)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson authored Aug 5, 2024
1 parent b1d52ec commit 1ba032d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sites/upsun/src/administration/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ An environment type (Production, Staging, and Development) groups one or more en

A user can have one of the following roles on an environment type which grants them permissions on all environments of this type:

| Role | View environment | Push code | Branch environment | SSH access | Change settings | Execute actions |
|-------------|------------------|-----------|--------------------|------------|-----------------|-----------------|
| Admin | Yes | Yes | Yes | Yes | Yes | Yes |
| Contributor | Yes | Yes | Yes | Yes | No | No |
| Viewer | Yes | No | Yes | No | No | No |
| Role | View environment | Force push | Push code | Branch environment | SSH access | Change settings | Execute actions |
|-------------|------------------|------------|-----------|--------------------|------------|-----------------|-----------------|
| Admin | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
| Contributor | Yes | No | Yes | Yes | Yes | No | No |
| Viewer | Yes | No | No | Yes | No | No | No |

To customize which roles can use SSH, set [`access` in your app configuration](/create-apps/app-reference/single-runtime-image.md#access).

Expand Down

0 comments on commit 1ba032d

Please sign in to comment.