提交 6912f21e 编写于 作者: 彼岸城主's avatar 彼岸城主

Send GL_ID to gitlab-git-http-server as JSON

上级 ae9e5eea
......@@ -181,11 +181,12 @@ module Grack
def render_grack_auth_ok
if @user.present?
body = Gitlab::ShellEnv.gl_id(@user)
gl_id = Gitlab::ShellEnv.gl_id(@user)
else
body = ''
gl_id = ''
end
[200, { "Content-Type" => "text/plain" }, [body]]
[200, { "Content-Type" => "application/json" }, [JSON.dump({'GL_ID' => gl_id})]]
end
def render_not_found
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册