Skip to content

Introduce a more-complete implementation of bin/authorized_keys

Nick Thomas requested to merge (removed):118-database-authorized-keys into master

The existing script doesn't check that the requesting user matches the expected user, so to enable database authorized keys lookups, we currently ask the admin to create a custom script for that purpose.

Better is to have a complete script that can perform the whole task. This MR introduces bin/gitlab-shell-authorized-keys-check, which does so.

Closes #118 (closed)

Edited by Nick Thomas

Merge request reports