summaryrefslogtreecommitdiff
path: root/lib/api/internal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/internal.rb')
-rw-r--r--lib/api/internal.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/api/internal.rb b/lib/api/internal.rb
index 2200208b946..cdcd0ccab5d 100644
--- a/lib/api/internal.rb
+++ b/lib/api/internal.rb
@@ -53,6 +53,15 @@ module API
end
#
+ # Get a ssh key by the fingerprint
+ #
+ # Not supported in CE
+ #
+ get "/ssh-key" do
+ status 501
+ end
+
+ #
# Discover user by ssh key
#
get "/discover" do