Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
b2103cb4
Commit
b2103cb4
authored
Aug 05, 2018
by
Ash McKenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow auth via JWT (always false in CE)
parent
bea52d82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lib/gitlab/git_access.rb
lib/gitlab/git_access.rb
+6
-0
No files found.
lib/gitlab/git_access.rb
View file @
b2103cb4
...
...
@@ -233,6 +233,8 @@ module Gitlab
end
elsif
user
# User access is verified in check_change_access!
elsif
authed_via_jwt?
# Authenticated via JWT
else
raise
UnauthorizedError
,
ERROR_MESSAGES
[
:upload
]
end
...
...
@@ -321,6 +323,10 @@ module Gitlab
!
Gitlab
.
config
.
gitlab_shell
.
receive_pack
end
def
authed_via_jwt?
false
end
protected
def
changes_list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment