Commit b264c6e3 authored by Ash McKenzie's avatar Ash McKenzie Committed by Matthias Käppler

CODEOWNERS: Authentication and Authorization section

parent 4ab0dd5c
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment