From 2984e0f4b8c8efb030e87aca01f24f7cd481aadd Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:26:06 -0600 Subject: [PATCH] add ui team to oidc and jwt codeowners (#29212) --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index a835da67d365..740cf4fedc8f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -41,8 +41,8 @@ # 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. -/ui/app/components/auth-jwt.js @hashicorp/vault-ecosystem -/ui/app/routes/vault/cluster/oidc-*.js @hashicorp/vault-ecosystem +/ui/app/components/auth-jwt.js @hashicorp/vault-ui @hashicorp/vault-ecosystem +/ui/app/routes/vault/cluster/oidc-*.js @hashicorp/vault-ui @hashicorp/vault-ecosystem # Release config; service account is required for automation tooling. /.release/ @hashicorp/github-secure-vault-core @hashicorp/quality-team