Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab
Merge requests
!143553
Add help text to enforce SSH certificates checkbox
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add help text to enforce SSH certificates checkbox
id-add-help-text-to-enforce-ssh-certificates
into
master
Overview
15
Commits
1
Pipelines
7
Changes
3
Merged
Igor Drozdov
requested to merge
id-add-help-text-to-enforce-ssh-certificates
into
master
1 year ago
Overview
15
Commits
1
Pipelines
7
Changes
3
Expand
Overview
After
Edited
1 year ago
by
Igor Drozdov
0
0
Merge request reports
Viewing commit
c65670e0
Show latest version
3 files
+
10
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Verified
c65670e0
Add help text to enforce SSH certificates checkbox
· c65670e0
Igor Drozdov
authored
1 year ago
ee/app/views/groups/settings/_enforce_ssh_certificates.html.haml
+
6
−
3
Options
@@ -2,6 +2,9 @@
%h5
=
s_
(
'GroupSettings|Enforce SSH Certificates'
)
.form-group.gl-mb-3
=
f
.
gitlab_ui_checkbox_component
:enforce_ssh_certificates
,
s_
(
'GroupSettings|Enforce SSH Certificates'
),
checkbox_options:
{
disabled:
!
can?
(
current_user
,
:admin_group
,
group
),
checked:
group
.
enforce_ssh_certificates?
}
=
f
.
gitlab_ui_checkbox_component
:enforce_ssh_certificates
,
checkbox_options:
{
disabled:
!
can?
(
current_user
,
:admin_group
,
group
),
checked:
group
.
enforce_ssh_certificates?
}
do
|
c
|
-
c
.
with_label
do
=
s_
(
'GroupSettings|Enforce SSH Certificates'
)
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'user/group/ssh_certificates'
)
-
c
.
with_help_text
do
=
_
(
'If enabled, individual user accounts will only be able to use issued SSH certificates for Git access. It does not apply to service accounts, deploy keys, and other types of internal accounts.'
)
Loading