diff --git a/CODEOWNERS b/CODEOWNERS index c27ce9242..4e4a1b614 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -29,8 +29,12 @@ /website/content/ @taoism4504 /website/content/docs/plugin-portal.mdx @taoism4504 @acahn +# Plugin docs +/website/content/docs/plugins/ @fairclothjm +/website/content/docs/upgrading/plugins.mdx @fairclothjm + # 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. +# 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