1
0

Updates codeowners for OIDC coordination with UI (#13522)

This commit is contained in:
Austin Gebauer 2022-01-03 11:10:22 -08:00 committed by GitHub
parent 7bb4398c35
commit 4b7baff283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,3 +27,9 @@
/website/content/ @taoism4504
/website/content/docs/plugin-portal.mdx @taoism4504 @acahn
# 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 @austingebauer
/ui/app/routes/vault/cluster/oidc-*.js @austingebauer