summaryrefslogtreecommitdiff
path: root/lib/api/internal.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-10-20 10:47:43 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-10-20 10:47:43 +0000
commitab2db486b8014e509455b624dfd1719f77e27ede (patch)
treee0ad46182e7b86946e3c2790ce7e6f9d95964358 /lib/api/internal.rb
parentd4bc1255817e6cdab95596096067bdc611b71280 (diff)
parent2e485af7b051512f804ae46a81cba480d2eca46f (diff)
downloadgitlab-ce-ab2db486b8014e509455b624dfd1719f77e27ede.tar.gz
Merge branch 'security-api-internal-publicity' into 'master'
Gitlab-shell identification Part of gitlab/gitlabhq#1528 See merge request !1185
Diffstat (limited to 'lib/api/internal.rb')
-rw-r--r--lib/api/internal.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/api/internal.rb b/lib/api/internal.rb
index 9ac659f50fd..ebf2296097d 100644
--- a/lib/api/internal.rb
+++ b/lib/api/internal.rb
@@ -1,6 +1,10 @@
module API
# Internal access API
class Internal < Grape::API
+ before {
+ authenticate_by_gitlab_shell_token!
+ }
+
namespace 'internal' do
# Check if git command is allowed to project
#