Skip to content

Allow enabling SSH certificates for enterprise users

Igor Drozdov requested to merge id-allow-enterprise-ssh-certificate into master

Summary

Allow enabling SSH certificates for enterprise users.

Enabling this feature means that a group owner can generate an SSH certificate and use it for Git access to the group projects.

We need to provide this setting to make a user aware of all the risks of being impersonated by the group owner and ask them to explicitly agree to it.

Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/428236

Screenshot

Go to Profile > Account and Enable Allow authentication via SSH certificates under Enterprise user:

Screenshot_2023-11-15_at_15.19.46

Only after that SSH certificates generated for the user can be used for authentication.

Edited by Igor Drozdov

Merge request reports