From 6fa1953ea5d1e9aa79448082b4c1ca735f892184 Mon Sep 17 00:00:00 2001 From: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:21:22 -0700 Subject: [PATCH] codeowners: adds identity oidc and jwt integrations to ecosystem (#22990) --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 4cb1d851c03..364e143c95d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -22,6 +22,9 @@ /builtin/logical/postgresql/ @hashicorp/vault-ecosystem-applications /builtin/logical/rabbitmq/ @hashicorp/vault-ecosystem-applications +# Identity Integrations (OIDC, tokens) +/vault/identity_store_oidc* @hashicorp/vault-ecosystem-applications + /plugins/ @hashicorp/vault-ecosystem /vault/plugin_catalog.go @hashicorp/vault-ecosystem