Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/1.16.x: update codeowners #29866

Open
wants to merge 1 commit into
base: release/1.16.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

# Select Auth engines are owned by Ecosystem
/builtin/credential/aws/ @hashicorp/vault-ecosystem-applications
/builtin/credential/github/ @hashicorp/vault-ecosystem-applications
/builtin/credential/ldap/ @hashicorp/vault-ecosystem-applications
/builtin/credential/okta/ @hashicorp/vault-ecosystem-applications
/builtin/credential/aws/ @hashicorp/vault-ecosystem
/builtin/credential/github/ @hashicorp/vault-ecosystem
/builtin/credential/ldap/ @hashicorp/vault-ecosystem
/builtin/credential/okta/ @hashicorp/vault-ecosystem

# Secrets engines (pki, ssh, totp and transit omitted)
/builtin/logical/aws/ @hashicorp/vault-ecosystem-applications
/builtin/logical/cassandra/ @hashicorp/vault-ecosystem-applications
/builtin/logical/consul/ @hashicorp/vault-ecosystem-applications
/builtin/logical/database/ @hashicorp/vault-ecosystem-applications
/builtin/logical/mongodb/ @hashicorp/vault-ecosystem-applications
/builtin/logical/mssql/ @hashicorp/vault-ecosystem-applications
/builtin/logical/mysql/ @hashicorp/vault-ecosystem-applications
/builtin/logical/nomad/ @hashicorp/vault-ecosystem-applications
/builtin/logical/postgresql/ @hashicorp/vault-ecosystem-applications
/builtin/logical/rabbitmq/ @hashicorp/vault-ecosystem-applications
/builtin/logical/aws/ @hashicorp/vault-ecosystem
/builtin/logical/cassandra/ @hashicorp/vault-ecosystem
/builtin/logical/consul/ @hashicorp/vault-ecosystem
/builtin/logical/database/ @hashicorp/vault-ecosystem
/builtin/logical/mongodb/ @hashicorp/vault-ecosystem
/builtin/logical/mssql/ @hashicorp/vault-ecosystem
/builtin/logical/mysql/ @hashicorp/vault-ecosystem
/builtin/logical/nomad/ @hashicorp/vault-ecosystem
/builtin/logical/postgresql/ @hashicorp/vault-ecosystem
/builtin/logical/rabbitmq/ @hashicorp/vault-ecosystem

# Identity Integrations (OIDC, tokens)
/vault/identity_store_oidc* @hashicorp/vault-ecosystem-applications
/vault/identity_store_oidc* @hashicorp/vault-ecosystem

/plugins/ @hashicorp/vault-ecosystem
/vault/plugin_catalog.go @hashicorp/vault-ecosystem

/website/content/ @hashicorp/vault-education-approvers
/website/content/docs/plugin-portal.mdx @acahn @hashicorp/vault-education-approvers
# Content on developer.hashicorp.com
/website/ @hashicorp/vault-education-approvers

# Plugin docs
/website/content/docs/plugins/ @hashicorp/vault-ecosystem @hashicorp/vault-education-approvers
Expand All @@ -38,8 +38,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-applications
/ui/app/routes/vault/cluster/oidc-*.js @hashicorp/vault-ecosystem-applications
/ui/app/components/auth-jwt.js @hashicorp/vault-ecosystem
/ui/app/routes/vault/cluster/oidc-*.js @hashicorp/vault-ecosystem

# Release config; service account is required for automation tooling.
/.release/ @hashicorp/github-secure-vault-core @hashicorp/quality-team
Expand Down
Loading