Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated environment types table #4351

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions sites/platform/src/administration/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,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 |
Kemi-Elizabeth marked this conversation as resolved.
Show resolved Hide resolved
To customize which roles can use SSH, set [`access` in your app configuration](/create-apps/app-reference/single-runtime-image.md#access).

### View a user's permissions across all of the projects in your organization
Expand Down
Loading