Gitlab not adding SSH keys to authorized_keys
Created by: kgoedert
Hi I am using gitlab omnibus 7.6.2 and some users add their ssh keys, they appear on the list, but a password is still requested. When I list the keys with gitlab-keys list-keys the keys are not listed.
If I use gitlab-keys add-key key-782 "ssh-rsa AAAAx321..." to add a key, it still does not work.
I also noticed that when a user tries to add a key, a process is enqueued on sidekiq and fails. But I dont see any errors on sidekiq log.
How can I fix this?