Update CODEOWNERS (#11720)

This commit is contained in:
Jim Kalafut 2021-05-27 20:36:46 -07:00 committed by GitHub
parent cef14f0236
commit 3bdd578385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 4 deletions

View File

@ -2,7 +2,19 @@
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
/builtin/credential/ @hashicorp/vault-ecosystem
/builtin/logical/ @hashicorp/vault-ecosystem
/command/agent/ @hashicorp/vault-ecosystem
/plugins/ @hashicorp/vault-ecosystem
/builtin/credential/ @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
/command/agent/ @hashicorp/vault-ecosystem
/plugins/ @hashicorp/vault-ecosystem