open-vault/CODEOWNERS

44 lines
2.1 KiB
Plaintext
Raw Normal View History

2021-10-26 15:19:23 +00:00
# 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.
#
2021-05-24 18:14:22 +00:00
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
2021-11-09 14:02:54 +00:00
# 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
2021-05-28 03:36:46 +00:00
# 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
2022-04-13 22:19:21 +00:00
/vault/plugin_catalog.go @hashicorp/vault-ecosystem
/website/content/docs/plugin-portal.mdx @acahn
2022-04-19 19:45:17 +00:00
# Plugin docs
/website/content/docs/plugins/ @fairclothjm
/website/content/docs/upgrading/plugins.mdx @fairclothjm
2022-04-19 19:45:17 +00:00
# UI code related to Vault's JWT/OIDC auth method and OIDC provider.
2022-04-19 19:45:17 +00:00
# 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
/.github/workflows/build.yml @hashicorp/release-engineering @hashicorp/github-secure-vault-core