Capture cryptosec responsibilities in CODEOWNERS (#18338)

* Capture cryptosec responsibilities in CODEOWNERS

* ->vault-crypto

* moooore
This commit is contained in:
Scott Miller 2022-12-15 12:11:43 -06:00 committed by GitHub
parent 429916c135
commit ffca8af4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -45,3 +45,22 @@
# Quality engineering
/.github/ @hashicorp/quality-team
/enos/ @hashicorp/quality-team
# Cryptosec
/builtin/logical/pki/ @hashicorp/vault-crypto
/builtin/credential/cert/ @hashicorp/vault-crypto
/builtin/logical/ssh/ @hashicorp/vault-crypto
/builtin/logical/transit/ @hashicorp/vault-crypto
/helper/random/ @hashicorp/vault-crypto
/sdk/helper/certutil/ @hashicorp/vault-crypto
/sdk/helper/cryptoutil/ @hashicorp/vault-crypto
/sdk/helper/kdf/ @hashicorp/vault-crypto
/sdk/helper/keysutil/ @hashicorp/vault-crypto
/sdk/helper/ocsp/ @hashicorp/vault-crypto
/sdk/helper/salt/ @hashicorp/vault-crypto
/sdk/helper/tlsutil/ @hashicorp/vault-crypto
/shamir/ @hashicorp/vault-crypto
/vault/barrier* @hashicorp/vault-crypto
/vault/managed_key* @hashicorp/vault-crypto
/vault/seal* @hashicorp/vault-crypto
/vault/seal/ @hashicorp/vault-crypto