Skip to content

Commit bd446f7

Browse files
Merge pull request #10382 from mendix/kk-pmp-version-control
PMP - GitLab push rules
2 parents d1872b2 + 9e6fa30 commit bd446f7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

content/en/docs/private-platform/configuration/pmp-version-control.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ When the **Automatic Access Provisioning** is disabled, private platform users n
4040
* **User ID** - The user ID (integer number) of this GitLab user. It is not the user name. You can obtain the value from the user profile page.
4141
* **Personal Access Token** - The access token of this GitLab user.
4242

43+
### Supported Predefined Push Rules
44+
45+
Private Mendix Platform supports only the following predefined GitLab push rules:
46+
47+
* Reject unverified users.
48+
Users can only push commits to this repository if the committer email is one of their own verified emails.
49+
* Reject inconsistent user names.
50+
Users can only push commits to this repository if the commit author name is consistent with their GitLab account name.
51+
* Check whether the commit author is a GitLab user.
52+
Commits are restricted to existing GitLab users.
53+
4354
## GitHub
4455

4556
This section describes the configuration of a GitHub repository.

0 commit comments

Comments
 (0)