diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-09 22:04:42 +0300 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-09 22:04:42 +0300 |
| commit | b180d79cdca2ce0f6aa7425baf47db5b9c1ec2e3 (patch) | |
| tree | fc43efa2b0819b0c05e2599eaf273a2a757f3d04 /app/controllers/jwt_controller.rb | |
| parent | daca2144c80546169fb35fcf76b1f3d052b643cc (diff) | |
| download | gitlab-ce-b180d79cdca2ce0f6aa7425baf47db5b9c1ec2e3.tar.gz | |
Rename DockerAuthenticationService to ContainerRegistryAuthenticationService
Diffstat (limited to 'app/controllers/jwt_controller.rb')
| -rw-r--r-- | app/controllers/jwt_controller.rb | 2 |
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 |
