Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 84c5492

Browse files
authored
Merge pull request #2019 from magento/hg-access
quick fix for access
2 parents 75c1f1d + 2c1f14e commit 84c5492

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

guides/v2.1/cloud/project/project-conf-files_magento-app.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ The _access_ property indicates a minimum user role level that is allowed SSH ac
5151
- `contributor`—Can push code to this environment and branch from the environment. Also has _viewer_ rights.
5252
- `viewer`—Can view the environment only.
5353

54-
The default user role is as follows:
54+
The default user role is `contributor`, which restricts the SSH access from users with only _viewer_ rights. You can change the user role to `viewer` to allow SSH access for users with only _viewer_ rights:
5555

5656
```yaml
57-
ssh: contributor
57+
access:
58+
ssh: viewer
5859
```
5960

6061
### `relationships`

guides/v2.2/cloud/project/project-conf-files_magento-app.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ The _access_ property indicates a minimum user role level that is allowed SSH ac
5151
- `contributor`—Can push code to this environment and branch from the environment. Also has _viewer_ rights.
5252
- `viewer`—Can view the environment only.
5353

54-
The default user role is as follows:
54+
The default user role is `contributor`, which restricts the SSH access from users with only _viewer_ rights. You can change the user role to `viewer` to allow SSH access for users with only _viewer_ rights:
5555

5656
```yaml
57-
ssh: contributor
57+
access:
58+
ssh: viewer
5859
```
5960

6061
### `relationships`

0 commit comments

Comments
 (0)