SSH-Keys don't get updated
Created by: nichdiekuh
Hello,
I'm on the 5-0-stable branch (migrated from a fresh 4.2 install) and I cannot get the SSH keys to work. I followed the upgrade guide and the following call updated the SSH-keys once during install: bundle exec rake gitlab:shell:setup RAILS_ENV=production
When I add/remove keys in the web interface nothing happens. I've added some debug code to lib/gitlab/backend/shell.rb ( log_info("adding key") ) but I don't see anything in the log file. I have to say I'm not familar with ruby and I'm not sure how to add proper debugging code in ruby scripts, but I have the feeling the gitlab-shell extension doesn't get triggered at all.
If you need any additional information please let me know.