summaryrefslogtreecommitdiff
path: root/tooling/config/CODEOWNERS.yml
blob: d867c8c22fc1ddbc2007abc9bb73ad938b8fb921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# This is supposed to be used with:
#     tooling/bin/find_codeowners tooling/config/CODEOWNERS.yml
# And paste the contents into .gitlab/CODEOWNERS

'[Authentication and Authorization]':
  '@gitlab-org/manage/authentication-and-authorization':
    allow:
      keywords:
        - password
        - auth
        - token
      patterns:
        - '/{,ee/}app/**/*%{keyword}*{/**/*,}'
        - '/{,ee/}config/**/*%{keyword}*{/**/*,}'
        - '/{,ee/}lib/**/*%{keyword}*{/**/*,}'
    deny:
      keywords:
        - author.
        - author_
        - authored
        - authoring
        - .png
        - .svg
        - deploy_token
        - runner{,s}_token
        - job_token
        - autocomplete_tokens
        - dast_site_token
        - reset_prometheus_token
        - reset_registration_token
        - runners_registration_token
        - terraform_registry_token
        - tokenizer
        - filtered_search
        - /alert_management/
        - /analytics/
        - /bitbucket/
        - /clusters/
        - /clusters_list/
        - /dast/
        - /dast_profiles/
        - /dast_site_tokens/
        - /dast_site_validation/
        - /dependency_proxy/
        - /error_tracking/
        - /google_api/
        - /google_cloud/
        - /jira_connect/
        - /kubernetes/
        - /protected_environments/
        - /config/feature_flags/development/jira_connect_
        - /config/metrics/
        - /app/controllers/groups/dependency_proxy_auth_controller.rb
        - /app/finders/ci/auth_job_finder.rb
        - /ee/config/metrics/
        - /lib/gitlab/conan_token.rb
      patterns:
        - '**/*%{keyword}*{/**/*,}'