diff --git a/CODEOWNERS b/CODEOWNERS index a7b33012a3..af05271375 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,5 +16,7 @@ /builtin/logical/postgresql/ @hashicorp/vault-ecosystem /builtin/logical/rabbitmq/ @hashicorp/vault-ecosystem -/command/agent/ @hashicorp/vault-ecosystem -/plugins/ @hashicorp/vault-ecosystem +/command/agent/ @hashicorp/vault-ecosystem +/plugins/ @hashicorp/vault-ecosystem + +/website/content/ @taoism4504