Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-09 22:04:42 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-09 22:04:42 +0300
commitb180d79cdca2ce0f6aa7425baf47db5b9c1ec2e3 (patch)
treefc43efa2b0819b0c05e2599eaf273a2a757f3d04 /app/controllers/jwt_controller.rb
parentdaca2144c80546169fb35fcf76b1f3d052b643cc (diff)
Rename DockerAuthenticationService to ContainerRegistryAuthenticationService
Diffstat (limited to 'app/controllers/jwt_controller.rb')
-rw-r--r--app/controllers/jwt_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/jwt_controller.rb b/app/controllers/jwt_controller.rb
index 9bf1ddbba21..0048a1a31ea 100644
--- a/app/controllers/jwt_controller.rb
+++ b/app/controllers/jwt_controller.rb
@@ -3,7 +3,7 @@ class JwtController < ApplicationController
skip_before_action :verify_authenticity_token
SERVICES = {
- 'docker' => Jwt::DockerAuthenticationService,
+ 'container_registry' => Jwt::ContainerRegistryAuthenticationService,
}
def auth