|
5 | 5 | # More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
6 | 6 |
|
7 | 7 | # Select Auth engines are owned by Ecosystem
|
8 |
| -/builtin/credential/aws/ @hashicorp/vault-ecosystem-applications |
9 |
| -/builtin/credential/github/ @hashicorp/vault-ecosystem-applications |
10 |
| -/builtin/credential/ldap/ @hashicorp/vault-ecosystem-applications |
11 |
| -/builtin/credential/okta/ @hashicorp/vault-ecosystem-applications |
| 8 | +/builtin/credential/aws/ @hashicorp/vault-ecosystem |
| 9 | +/builtin/credential/github/ @hashicorp/vault-ecosystem |
| 10 | +/builtin/credential/ldap/ @hashicorp/vault-ecosystem |
| 11 | +/builtin/credential/okta/ @hashicorp/vault-ecosystem |
12 | 12 |
|
13 | 13 | # Secrets engines (pki, ssh, totp and transit omitted)
|
14 |
| -/builtin/logical/aws/ @hashicorp/vault-ecosystem-applications |
15 |
| -/builtin/logical/cassandra/ @hashicorp/vault-ecosystem-applications |
16 |
| -/builtin/logical/consul/ @hashicorp/vault-ecosystem-applications |
17 |
| -/builtin/logical/database/ @hashicorp/vault-ecosystem-applications |
18 |
| -/builtin/logical/mongodb/ @hashicorp/vault-ecosystem-applications |
19 |
| -/builtin/logical/mssql/ @hashicorp/vault-ecosystem-applications |
20 |
| -/builtin/logical/mysql/ @hashicorp/vault-ecosystem-applications |
21 |
| -/builtin/logical/nomad/ @hashicorp/vault-ecosystem-applications |
22 |
| -/builtin/logical/postgresql/ @hashicorp/vault-ecosystem-applications |
23 |
| -/builtin/logical/rabbitmq/ @hashicorp/vault-ecosystem-applications |
| 14 | +/builtin/logical/aws/ @hashicorp/vault-ecosystem |
| 15 | +/builtin/logical/cassandra/ @hashicorp/vault-ecosystem |
| 16 | +/builtin/logical/consul/ @hashicorp/vault-ecosystem |
| 17 | +/builtin/logical/database/ @hashicorp/vault-ecosystem |
| 18 | +/builtin/logical/mongodb/ @hashicorp/vault-ecosystem |
| 19 | +/builtin/logical/mssql/ @hashicorp/vault-ecosystem |
| 20 | +/builtin/logical/mysql/ @hashicorp/vault-ecosystem |
| 21 | +/builtin/logical/nomad/ @hashicorp/vault-ecosystem |
| 22 | +/builtin/logical/postgresql/ @hashicorp/vault-ecosystem |
| 23 | +/builtin/logical/rabbitmq/ @hashicorp/vault-ecosystem |
24 | 24 |
|
25 | 25 | # Identity Integrations (OIDC, tokens)
|
26 |
| -/vault/identity_store_oidc* @hashicorp/vault-ecosystem-applications |
| 26 | +/vault/identity_store_oidc* @hashicorp/vault-ecosystem |
27 | 27 |
|
28 | 28 | /plugins/ @hashicorp/vault-ecosystem
|
29 | 29 | /vault/plugin_catalog.go @hashicorp/vault-ecosystem
|
30 | 30 |
|
31 |
| -/website/content/ @hashicorp/vault-education-approvers |
32 |
| -/website/content/docs/plugin-portal.mdx @acahn @hashicorp/vault-education-approvers |
| 31 | +# Content on developer.hashicorp.com |
| 32 | +/website/ @hashicorp/vault-education-approvers |
33 | 33 |
|
34 | 34 | # Plugin docs
|
35 | 35 | /website/content/docs/plugins/ @hashicorp/vault-ecosystem @hashicorp/vault-education-approvers
|
|
38 | 38 | # UI code related to Vault's JWT/OIDC auth method and OIDC provider.
|
39 | 39 | # Changes to these files often require coordination with backend code,
|
40 | 40 | # so stewards of the backend code are added below for notification.
|
41 |
| -/ui/app/components/auth-jwt.js @hashicorp/vault-ecosystem-applications |
42 |
| -/ui/app/routes/vault/cluster/oidc-*.js @hashicorp/vault-ecosystem-applications |
| 41 | +/ui/app/components/auth-jwt.js @hashicorp/vault-ecosystem |
| 42 | +/ui/app/routes/vault/cluster/oidc-*.js @hashicorp/vault-ecosystem |
43 | 43 |
|
44 | 44 | # Release config; service account is required for automation tooling.
|
45 | 45 | /.release/ @hashicorp/github-secure-vault-core @hashicorp/quality-team
|
|
0 commit comments