Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
09237b02b5
commit
b42648225b
2 changed files with 7 additions and 8 deletions
|
@ -269,7 +269,7 @@ Example:
|
||||||
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
|
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
|
||||||
idp_sso_target_url: 'https://login.example.com/idp',
|
idp_sso_target_url: 'https://login.example.com/idp',
|
||||||
issuer: 'https://gitlab.example.com',
|
issuer: 'https://gitlab.example.com',
|
||||||
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient'
|
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent'
|
||||||
} }
|
} }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -311,7 +311,7 @@ The requirements are the same as the previous settings:
|
||||||
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
|
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
|
||||||
idp_sso_target_url: 'https://login.example.com/idp',
|
idp_sso_target_url: 'https://login.example.com/idp',
|
||||||
issuer: 'https://gitlab.example.com',
|
issuer: 'https://gitlab.example.com',
|
||||||
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient'
|
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent'
|
||||||
} }
|
} }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -335,7 +335,7 @@ The requirements are the same as the previous settings:
|
||||||
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
|
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
|
||||||
idp_sso_target_url: 'https://login.example.com/idp',
|
idp_sso_target_url: 'https://login.example.com/idp',
|
||||||
issuer: 'https://gitlab.example.com',
|
issuer: 'https://gitlab.example.com',
|
||||||
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient'
|
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent'
|
||||||
} }
|
} }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -736,14 +736,13 @@ The group's new subgroups have push rules set for them based on either:
|
||||||
|
|
||||||
## Group approval rules **(PREMIUM)**
|
## Group approval rules **(PREMIUM)**
|
||||||
|
|
||||||
> Introduced in GitLab 13.9. [Deployed behind the `group_merge_request_approval_settings_feature_flag` flag](../../administration/feature_flags.md), disabled by default.
|
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/285458) in GitLab 13.9. [Deployed behind the `group_merge_request_approval_settings_feature_flag` flag](../../administration/feature_flags.md), disabled by default.
|
||||||
|
> - [Enabled by default](https://gitlab.com/gitlab-org/gitlab/-/issues/285410) in GitLab 14.5.
|
||||||
|
|
||||||
FLAG:
|
FLAG:
|
||||||
On self-managed GitLab, by default this feature is not available. To make it available,
|
On self-managed GitLab, by default this feature is available. To hide the feature per group, ask an administrator to [disable the feature flag](../../administration/feature_flags.md) named `group_merge_request_approval_settings_feature_flag`. On GitLab.com, this feature is available.
|
||||||
per group, ask an administrator to [enable the `group_merge_request_approval_settings_feature_flag` flag](../../administration/feature_flags.md).
|
|
||||||
The feature is not ready for production use.
|
|
||||||
|
|
||||||
Group approval rules are an in-development feature that provides an interface for managing
|
Group approval rules provides an interface for managing
|
||||||
[project merge request approval rules](../project/merge_requests/approvals/index.md) at the
|
[project merge request approval rules](../project/merge_requests/approvals/index.md) at the
|
||||||
top-level group level. When rules are configured [at the instance level](../admin_area/merge_requests_approvals.md),
|
top-level group level. When rules are configured [at the instance level](../admin_area/merge_requests_approvals.md),
|
||||||
you can't edit locked rules.
|
you can't edit locked rules.
|
||||||
|
|
Loading…
Reference in a new issue