-
- Downloads
Add support for SSH certificate authentication
Why and how to enable this is covered in the docs being changed here. This requires gitlab-org/gitlab-shell@2e8b670 ("Add support for SSH certificate authentication", 2018-06-14) which has been merged in and tagged as 8.0.0, so GITLAB_SHELL_VERSION needs to be bumped. Merging this closes gitlab-org/gitlab-ce#34572 see gitlab-org/gitlab-shell!207 for the gitlab-shell MR. Implementation notes: - The APIs being changed here are all internal, and their sole consumer is gitlab-shell. - Most of the changed code is a MR to gitlab-shell, see the gitlab-org/gitlab-shell!207 MR. That change covers why only some of the internal methods get a new "username" parameter, and why some others only get a "user_id".
parent
94ea835e
No related branches found
No related tags found
Showing
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- changelogs/unreleased/34572-ssh-certificates.yml 5 additions, 0 deletionschangelogs/unreleased/34572-ssh-certificates.yml
- doc/administration/operations/fast_ssh_key_lookup.md 7 additions, 0 deletionsdoc/administration/operations/fast_ssh_key_lookup.md
- doc/administration/operations/index.md 4 additions, 1 deletiondoc/administration/operations/index.md
- doc/administration/operations/ssh_certificates.md 165 additions, 0 deletionsdoc/administration/operations/ssh_certificates.md
- lib/api/internal.rb 38 additions, 17 deletionslib/api/internal.rb
- spec/requests/api/internal_spec.rb 60 additions, 5 deletionsspec/requests/api/internal_spec.rb
Please register or sign in to comment