From 358f0f1e4bb6560062ffb539b2672c8f4da15a04 Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Tue, 19 Apr 2022 14:45:17 -0500 Subject: [PATCH] Update CODEOWNERS (#15095) --- CODEOWNERS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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