From d75d797054f0b92df2570970dfe7149ca3f09d3e Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Mon, 5 Mar 2018 10:44:33 -0800 Subject: [PATCH] oidc: add rithujohn191 as a reviewer Kubernetes-commit: 3561f23128a35a53256e541776eea1a7c3437c11 --- plugin/pkg/authenticator/token/oidc/OWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/pkg/authenticator/token/oidc/OWNERS b/plugin/pkg/authenticator/token/oidc/OWNERS index d2210cb89..e0f3c6ca9 100644 --- a/plugin/pkg/authenticator/token/oidc/OWNERS +++ b/plugin/pkg/authenticator/token/oidc/OWNERS @@ -2,3 +2,4 @@ approvers: - ericchiang reviewers: - ericchiang +- rithujohn191