1
0
vault-redux/CODEOWNERS
Line: 8: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 8: no users/groups matched Line: 9: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 9: no users/groups matched Line: 10: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 10: no users/groups matched Line: 11: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 11: no users/groups matched Line: 14: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 14: no users/groups matched Line: 15: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 15: no users/groups matched Line: 16: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 16: no users/groups matched Line: 17: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 17: no users/groups matched Line: 18: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 18: no users/groups matched Line: 19: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 19: no users/groups matched Line: 20: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 20: no users/groups matched Line: 21: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 21: no users/groups matched Line: 22: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 22: no users/groups matched Line: 23: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 23: no users/groups matched Line: 25: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 25: no users/groups matched Line: 26: incorrect codeowner organization: hashicorp/vault-ecosystem Line: 26: no users/groups matched Line: 28: incorrect codeowner user: yhyakuna Line: 28: no users/groups matched Line: 29: incorrect codeowner user: acahn Line: 29: incorrect codeowner user: yhyakuna Line: 29: no users/groups matched Line: 32: incorrect codeowner user: fairclothjm Line: 32: incorrect codeowner user: yhyakuna Line: 32: no users/groups matched Line: 33: incorrect codeowner user: fairclothjm Line: 33: incorrect codeowner user: yhyakuna Line: 33: no users/groups matched Line: 38: incorrect codeowner user: austingebauer Line: 38: no users/groups matched Line: 39: incorrect codeowner user: austingebauer Line: 39: no users/groups matched Line: 42: incorrect codeowner organization: hashicorp/release-engineering Line: 42: incorrect codeowner organization: hashicorp/github-secure-vault-core Line: 42: incorrect codeowner organization: hashicorp/quality-team Line: 42: no users/groups matched Line: 43: incorrect codeowner organization: hashicorp/release-engineering Line: 43: incorrect codeowner organization: hashicorp/github-secure-vault-core Line: 43: incorrect codeowner organization: hashicorp/quality-team Line: 43: no users/groups matched Line: 46: incorrect codeowner organization: hashicorp/quality-team Line: 46: no users/groups matched Line: 47: incorrect codeowner organization: hashicorp/quality-team Line: 47: no users/groups matched Line: 50: incorrect codeowner organization: hashicorp/vault-crypto Line: 50: no users/groups matched Line: 51: incorrect codeowner organization: hashicorp/vault-crypto Line: 51: no users/groups matched Line: 52: incorrect codeowner organization: hashicorp/vault-crypto Line: 52: no users/groups matched Line: 53: incorrect codeowner organization: hashicorp/vault-crypto Line: 53: no users/groups matched Line: 54: incorrect codeowner organization: hashicorp/vault-crypto Line: 54: no users/groups matched Line: 55: incorrect codeowner organization: hashicorp/vault-crypto Line: 55: no users/groups matched Line: 56: incorrect codeowner organization: hashicorp/vault-crypto Line: 56: no users/groups matched Line: 57: incorrect codeowner organization: hashicorp/vault-crypto Line: 57: no users/groups matched Line: 58: incorrect codeowner organization: hashicorp/vault-crypto Line: 58: no users/groups matched Line: 59: incorrect codeowner organization: hashicorp/vault-crypto Line: 59: no users/groups matched Line: 60: incorrect codeowner organization: hashicorp/vault-crypto Line: 60: no users/groups matched Line: 61: incorrect codeowner organization: hashicorp/vault-crypto Line: 61: no users/groups matched Line: 62: incorrect codeowner organization: hashicorp/vault-crypto Line: 62: no users/groups matched Line: 63: incorrect codeowner organization: hashicorp/vault-crypto Line: 63: no users/groups matched Line: 64: incorrect codeowner organization: hashicorp/vault-crypto Line: 64: no users/groups matched Line: 65: incorrect codeowner organization: hashicorp/vault-crypto Line: 65: no users/groups matched Line: 66: incorrect codeowner organization: hashicorp/vault-crypto Line: 66: no users/groups matched
2023-01-23 10:02:21 -08:00

67 lines
3.1 KiB
Plaintext

# Each line is a file pattern followed by one or more owners. Being an owner
# means those groups or individuals will be added as reviewers to PRs affecting
# those areas of the code.
#
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Select Auth engines are owned by Ecosystem
/builtin/credential/aws/ @hashicorp/vault-ecosystem
/builtin/credential/github/ @hashicorp/vault-ecosystem
/builtin/credential/ldap/ @hashicorp/vault-ecosystem
/builtin/credential/okta/ @hashicorp/vault-ecosystem
# Secrets engines (pki, ssh, totp and transit omitted)
/builtin/logical/aws/ @hashicorp/vault-ecosystem
/builtin/logical/cassandra/ @hashicorp/vault-ecosystem
/builtin/logical/consul/ @hashicorp/vault-ecosystem
/builtin/logical/database/ @hashicorp/vault-ecosystem
/builtin/logical/mongodb/ @hashicorp/vault-ecosystem
/builtin/logical/mssql/ @hashicorp/vault-ecosystem
/builtin/logical/mysql/ @hashicorp/vault-ecosystem
/builtin/logical/nomad/ @hashicorp/vault-ecosystem
/builtin/logical/postgresql/ @hashicorp/vault-ecosystem
/builtin/logical/rabbitmq/ @hashicorp/vault-ecosystem
/plugins/ @hashicorp/vault-ecosystem
/vault/plugin_catalog.go @hashicorp/vault-ecosystem
/website/content/ @yhyakuna
/website/content/docs/plugin-portal.mdx @acahn @yhyakuna
# Plugin docs
/website/content/docs/plugins/ @fairclothjm @yhyakuna
/website/content/docs/upgrading/plugins.mdx @fairclothjm @yhyakuna
# UI code related to Vault's JWT/OIDC auth method and OIDC provider.
# Changes to these files often require coordination with backend code,
# so stewards of the backend code are added below for notification.
/ui/app/components/auth-jwt.js @austingebauer
/ui/app/routes/vault/cluster/oidc-*.js @austingebauer
# Release config; service account is required for automation tooling.
/.release/ @hashicorp/release-engineering @hashicorp/github-secure-vault-core @hashicorp/quality-team
/.github/workflows/build.yml @hashicorp/release-engineering @hashicorp/github-secure-vault-core @hashicorp/quality-team
# Quality engineering
/.github/ @hashicorp/quality-team
/enos/ @hashicorp/quality-team
# Cryptosec
/builtin/logical/pki/ @hashicorp/vault-crypto
/builtin/credential/cert/ @hashicorp/vault-crypto
/builtin/logical/ssh/ @hashicorp/vault-crypto
/builtin/logical/transit/ @hashicorp/vault-crypto
/helper/random/ @hashicorp/vault-crypto
/sdk/helper/certutil/ @hashicorp/vault-crypto
/sdk/helper/cryptoutil/ @hashicorp/vault-crypto
/sdk/helper/kdf/ @hashicorp/vault-crypto
/sdk/helper/keysutil/ @hashicorp/vault-crypto
/sdk/helper/ocsp/ @hashicorp/vault-crypto
/sdk/helper/salt/ @hashicorp/vault-crypto
/sdk/helper/tlsutil/ @hashicorp/vault-crypto
/shamir/ @hashicorp/vault-crypto
/vault/barrier* @hashicorp/vault-crypto
/vault/managed_key* @hashicorp/vault-crypto
/vault/seal* @hashicorp/vault-crypto
/vault/seal/ @hashicorp/vault-crypto