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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
b264c6e3
Commit
b264c6e3
authored
Apr 05, 2022
by
Ash McKenzie
Committed by
Matthias Käppler
Apr 05, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CODEOWNERS: Authentication and Authorization section
parent
4ab0dd5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletion
+28
-1
.gitlab/CODEOWNERS
.gitlab/CODEOWNERS
+28
-1
No files found.
.gitlab/CODEOWNERS
View file @
b264c6e3
...
...
@@ -164,7 +164,6 @@ Dangerfile @gl-quality/eng-prod
/spec/frontend/diffs/ @viktomas @jboyson @iamphill @thomasrandolph
/spec/frontend/batch_comments/ @viktomas @jboyson @iamphill @thomasrandolph
^[Product Intelligence]
/ee/lib/gitlab/usage_data_counters/ @gitlab-org/growth/product-intelligence/engineers
/ee/lib/ee/gitlab/usage_data.rb @gitlab-org/growth/product-intelligence/engineers
...
...
@@ -804,3 +803,31 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab
/doc/user/todos.md @msedlakjakubowski
/doc/user/usage_quotas.md @fneill
/doc/user/workspace/index.md @fneill
[Authentication and Authorization]
app/**/*password* @gitlab-org/manage/authentication-and-authorization
ee/app/**/*password* @gitlab-org/manage/authentication-and-authorization
config/**/*password* @gitlab-org/manage/authentication-and-authorization
ee/config/**/*password* @gitlab-org/manage/authentication-and-authorization
lib/**/*password* @gitlab-org/manage/authentication-and-authorization
ee/lib/**/*password* @gitlab-org/manage/authentication-and-authorization
app/controllers/**/*password* @gitlab-org/manage/authentication-and-authorization
ee/app/controllers/**/*password* @gitlab-org/manage/authentication-and-authorization
app/**/*auth* @gitlab-org/manage/authentication-and-authorization
ee/app/**/*auth* @gitlab-org/manage/authentication-and-authorization
config/**/*auth* @gitlab-org/manage/authentication-and-authorization
ee/config/**/*auth* @gitlab-org/manage/authentication-and-authorization
lib/**/*auth* @gitlab-org/manage/authentication-and-authorization
ee/lib/**/*auth* @gitlab-org/manage/authentication-and-authorization
app/controllers/**/*auth* @gitlab-org/manage/authentication-and-authorization
ee/app/controllers/**/*auth* @gitlab-org/manage/authentication-and-authorization
app/**/*token* @gitlab-org/manage/authentication-and-authorization
ee/app/**/*token* @gitlab-org/manage/authentication-and-authorization
config/**/*token* @gitlab-org/manage/authentication-and-authorization
ee/config/**/*token* @gitlab-org/manage/authentication-and-authorization
lib/**/*token* @gitlab-org/manage/authentication-and-authorization
ee/lib/**/*token* @gitlab-org/manage/authentication-and-authorization
app/controllers/**/*token* @gitlab-org/manage/authentication-and-authorization
ee/app/controllers/**/*token* @gitlab-org/manage/authentication-and-authorization
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