From bca4993004953041c91ad56e37ef195b32066c27 Mon Sep 17 00:00:00 2001 From: Monis Khan Date: Wed, 7 Apr 2021 10:42:00 -0400 Subject: [PATCH] Update auth OWNERS files to only use aliases Signed-off-by: Monis Khan --- pkg/api/podsecuritypolicy/OWNERS | 7 +++++-- pkg/apis/abac/OWNERS | 9 +++++---- pkg/auth/OWNERS | 10 ++++------ pkg/controller/certificates/approver/OWNERS | 9 +++++++++ pkg/controller/serviceaccount/config/OWNERS | 14 -------------- pkg/registry/core/serviceaccount/OWNERS | 10 +++++----- plugin/pkg/admission/imagepolicy/OWNERS | 8 ++++++++ plugin/pkg/auth/OWNERS | 13 ++++--------- staging/src/k8s.io/api/certificates/OWNERS | 15 +++++---------- .../pkg/authorization/authorizerfactory/OWNERS | 5 ----- .../plugin/pkg/authenticator/token/oidc/OWNERS | 7 ------- .../client-go/plugin/pkg/client/auth/oidc/OWNERS | 7 ------- 12 files changed, 45 insertions(+), 69 deletions(-) create mode 100644 pkg/controller/certificates/approver/OWNERS delete mode 100644 pkg/controller/serviceaccount/config/OWNERS create mode 100644 plugin/pkg/admission/imagepolicy/OWNERS delete mode 100644 staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory/OWNERS delete mode 100644 staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/OWNERS delete mode 100644 staging/src/k8s.io/client-go/plugin/pkg/client/auth/oidc/OWNERS diff --git a/pkg/api/podsecuritypolicy/OWNERS b/pkg/api/podsecuritypolicy/OWNERS index cb59b2cfa314a..0eae8c8280827 100644 --- a/pkg/api/podsecuritypolicy/OWNERS +++ b/pkg/api/podsecuritypolicy/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +# approval on api packages bubbles to api-approvers reviewers: -- smarterclayton -- jessfraz +- sig-auth-policy-approvers +- sig-auth-policy-reviewers +labels: +- sig/auth diff --git a/pkg/apis/abac/OWNERS b/pkg/apis/abac/OWNERS index 019e78aa0902c..e1ff76bb6ffa9 100644 --- a/pkg/apis/abac/OWNERS +++ b/pkg/apis/abac/OWNERS @@ -1,7 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +# approval on api packages bubbles to api-approvers reviewers: -- lavalamp -- smarterclayton -- deads2k -- liggitt +- sig-auth-authorizers-approvers +- sig-auth-authorizers-reviewers +labels: +- sig/auth diff --git a/pkg/auth/OWNERS b/pkg/auth/OWNERS index 3574e453ddac1..4fca8eedc9cff 100644 --- a/pkg/auth/OWNERS +++ b/pkg/auth/OWNERS @@ -1,10 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: -- erictune -- liggitt -- deads2k -- mikedanese +- sig-auth-api-approvers reviewers: -- mikedanese -- enj +- sig-auth-api-reviewers +labels: +- sig/auth diff --git a/pkg/controller/certificates/approver/OWNERS b/pkg/controller/certificates/approver/OWNERS new file mode 100644 index 0000000000000..3cf03643835a8 --- /dev/null +++ b/pkg/controller/certificates/approver/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- sig-auth-certificates-approvers +reviewers: +- sig-auth-certificates-reviewers +labels: +- sig/auth + diff --git a/pkg/controller/serviceaccount/config/OWNERS b/pkg/controller/serviceaccount/config/OWNERS deleted file mode 100644 index e3149dc3c06ad..0000000000000 --- a/pkg/controller/serviceaccount/config/OWNERS +++ /dev/null @@ -1,14 +0,0 @@ -approvers: -- api-approvers -- deads2k -- luxas -- mtaufen -- sttts -- stewart-yu -reviewers: -- api-reviewers -- deads2k -- luxas -- mtaufen -- sttts -- stewart-yu diff --git a/pkg/registry/core/serviceaccount/OWNERS b/pkg/registry/core/serviceaccount/OWNERS index d41c6a96bd19b..351533310e017 100644 --- a/pkg/registry/core/serviceaccount/OWNERS +++ b/pkg/registry/core/serviceaccount/OWNERS @@ -1,8 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners -reviewers: -- mikedanese -- liggitt approvers: -- mikedanese -- liggitt +- sig-auth-serviceaccounts-approvers +reviewers: +- sig-auth-serviceaccounts-reviewers +labels: +- sig/auth diff --git a/plugin/pkg/admission/imagepolicy/OWNERS b/plugin/pkg/admission/imagepolicy/OWNERS new file mode 100644 index 0000000000000..1844a856bdbfa --- /dev/null +++ b/plugin/pkg/admission/imagepolicy/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- sig-auth-policy-approvers +reviewers: +- sig-auth-policy-reviewers +labels: +- sig/auth diff --git a/plugin/pkg/auth/OWNERS b/plugin/pkg/auth/OWNERS index 4c81dde8eaa9b..4fca8eedc9cff 100644 --- a/plugin/pkg/auth/OWNERS +++ b/plugin/pkg/auth/OWNERS @@ -1,13 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: -- erictune -- liggitt -- deads2k -- mikedanese +- sig-auth-api-approvers reviewers: -- erictune -- liggitt -- deads2k -- enj -- mikedanese +- sig-auth-api-reviewers +labels: +- sig/auth diff --git a/staging/src/k8s.io/api/certificates/OWNERS b/staging/src/k8s.io/api/certificates/OWNERS index 2601bdf7a83e8..0d20fa3d7809d 100644 --- a/staging/src/k8s.io/api/certificates/OWNERS +++ b/staging/src/k8s.io/api/certificates/OWNERS @@ -1,13 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +# approval on api packages bubbles to api-approvers reviewers: -- thockin -- lavalamp -- smarterclayton -- deads2k -- caesarxuchao -- liggitt -- sttts -- dims -- errordeveloper -- enj +- sig-auth-certificates-approvers +- sig-auth-certificates-reviewers +labels: +- sig/auth diff --git a/staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory/OWNERS b/staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory/OWNERS deleted file mode 100644 index a5ccdcbd1b0c3..0000000000000 --- a/staging/src/k8s.io/apiserver/pkg/authorization/authorizerfactory/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -reviewers: -- deads2k -- dims diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/OWNERS b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/OWNERS deleted file mode 100644 index 03fb44ea24bc2..0000000000000 --- a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/OWNERS +++ /dev/null @@ -1,7 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -approvers: -- ericchiang -reviewers: -- ericchiang -- rithujohn191 diff --git a/staging/src/k8s.io/client-go/plugin/pkg/client/auth/oidc/OWNERS b/staging/src/k8s.io/client-go/plugin/pkg/client/auth/oidc/OWNERS deleted file mode 100644 index 03fb44ea24bc2..0000000000000 --- a/staging/src/k8s.io/client-go/plugin/pkg/client/auth/oidc/OWNERS +++ /dev/null @@ -1,7 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -approvers: -- ericchiang -reviewers: -- ericchiang -- rithujohn191