Skip to content

Commit

Permalink
chore: Add Kubeflow Steering Committee members to the org admin role. (
Browse files Browse the repository at this point in the history
…#701)

* chore: Add Kubeflow Steering Committee members to the org admin role.

Signed-off-by: James Liu <jamxl@google.com>

* Add validation

Signed-off-by: James Liu <jamxl@google.com>

* remove Thea

Signed-off-by: James Liu <jamxl@google.com>

* remove thea

Signed-off-by: James Liu <jamxl@google.com>

---------

Signed-off-by: James Liu <jamxl@google.com>
  • Loading branch information
zijianjoy authored Aug 22, 2024
1 parent ee0c107 commit 6a6d98f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion github-orgs/kubeflow/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
orgs:
kubeflow:
admins:
- andreyvelich
- caniszczyk
- chensun
- google-oss-robot
- googlebot
- james-jwu
- jbottum
- johnugeorge
- krook
- theadactyl
- terrytangyuan
- thelinuxfoundation
- zijianjoy
billing_email: vishnukanan@gmail.com
Expand Down
7 changes: 4 additions & 3 deletions github-orgs/manifests/validate_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ def check_config(seld, config):

# TODO(jlewi): We should load this in via config map
# Check that each admin is in a whitelist set of admins.
allowed_admins = ["caniszczyk", "chensun", "googlebot",
"google-oss-robot", "james-jwu", "jlewi", "k8s-ci-robot",
"theadactyl", "krook", "thelinuxfoundation", "zijianjoy"]
allowed_admins = ["andreyvelich", "caniszczyk", "chensun", "googlebot",
"google-oss-robot", "james-jwu", "jbottum", "jlewi", "johnugeorge",
"k8s-ci-robot", "krook", "thelinuxfoundation",
"terrytangyuan", "zijianjoy"]

for a in admins:
if not a in allowed_admins:
Expand Down

0 comments on commit 6a6d98f

Please sign in to comment.