Skip to content

Commit 3d8c29a

Browse files
authored
Merge pull request #4351 from platformsh/4344-add-force-push-permissions-column-to-table-in-environment-type-roles-page-on-platformsh
feat: updated environment types table
2 parents d92c8d7 + e0f51d6 commit 3d8c29a

File tree

1 file changed

+5
-5
lines changed
  • sites/platform/src/administration

1 file changed

+5
-5
lines changed

sites/platform/src/administration/users.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ An environment type (Production, Staging, and Development) groups one or more en
3636

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

39-
| Role | View environment | Push code | Branch environment | SSH access | Change settings | Execute actions |
40-
|-------------|------------------|-----------|--------------------|------------|-----------------|-----------------|
41-
| Admin | Yes | Yes | Yes | Yes | Yes | Yes |
42-
| Contributor | Yes | Yes | Yes | Yes | No | No |
43-
| Viewer | Yes | No | Yes | No | No | No |
39+
| Role | View environment | Force push | Push code | Branch environment | SSH access | Change settings | Execute actions |
40+
|-------------|------------------|------------|-----------|--------------------|------------|-----------------|-----------------|
41+
| Admin | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
42+
| Contributor | Yes | No | Yes | Yes | Yes | No | No |
43+
| Viewer | Yes | No | No | Yes | No | No | No |
4444

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

0 commit comments

Comments
 (0)