Skip to content
Snippets Groups Projects

Update MR approvals for SAML

Merged Nate Rosandich requested to merge nrosandich-master-patch-a068 into master
All threads resolved!
@@ -30,7 +30,7 @@ These settings limit who can approve merge requests:
@@ -30,7 +30,7 @@ These settings limit who can approve merge requests:
- [**Prevent editing approval rules in merge requests**](#prevent-editing-approval-rules-in-merge-requests):
- [**Prevent editing approval rules in merge requests**](#prevent-editing-approval-rules-in-merge-requests):
Prevents users from overriding project level approval rules on merge requests.
Prevents users from overriding project level approval rules on merge requests.
- [**Require user re-authentication (password or SAML) to approve**](#require-user-re-authentication-to-approve):
- [**Require user re-authentication (password or SAML) to approve**](#require-user-re-authentication-to-approve):
Force potential approvers to first authenticate (password or SAML).
Force potential approvers to first authenticate with either a password or with SAML.
- Code Owner approval removals: Define what happens to existing approvals when
- Code Owner approval removals: Define what happens to existing approvals when
commits are added to the merge request.
commits are added to the merge request.
- **Keep approvals**: Do not remove any approvals.
- **Keep approvals**: Do not remove any approvals.
@@ -108,9 +108,14 @@ This change affects all open merge requests.
@@ -108,9 +108,14 @@ This change affects all open merge requests.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/5981) in GitLab 12.0.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/5981) in GitLab 12.0.
> - Moved to GitLab Premium in 13.9.
> - Moved to GitLab Premium in 13.9.
> - SAML authentication at group level [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/5981) in GitLab 16.6.
> - SAML authentication for GitLab.com groups [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/5981) in GitLab 16.6.
You can force potential approvers to first authenticate with a password or SAML (only on GitLab.com). This
You can force potential approvers to first authenticate with either:
 
 
- A password.
 
- SAML. Available on GitLab.com groups only.
 
 
This
permission enables an electronic signature for approvals, such as the one defined by
permission enables an electronic signature for approvals, such as the one defined by
[Code of Federal Regulations (CFR) Part 11](https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfcfr/CFRSearch.cfm?CFRPart=11&showFR=1&subpartNode=21:1.0.1.1.8.3)):
[Code of Federal Regulations (CFR) Part 11](https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfcfr/CFRSearch.cfm?CFRPart=11&showFR=1&subpartNode=21:1.0.1.1.8.3)):
Loading