Skip to content

Commit

Permalink
Move current content managers into the new drive-content-managers gro…
Browse files Browse the repository at this point in the history
…up. (kubeflow#219)

* All of the users being added in this PR already had content manager permission
  this PR is just using a group to grant them that permission.

Related to kubeflow/community#308
  • Loading branch information
jlewi committed Mar 16, 2020
1 parent 486b129 commit ae904d5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
19 changes: 19 additions & 0 deletions drive-content-managers.members.txt
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
abhi.gupta@gmail.com
abhishek@google.com
campoa@kubeflow.org
campoa@google.com
chasm@kubeflow.org
ewj@kubeflow.org
jessiezhu@google.com
jessie@kubeflow.org
jlewi@google.com
jlewi@kubeflow.org
joe@liedt.ke
karl@kubeflow.org
kam.d.kasravi@intel.com
kweinmeister@google.com
nju.wzh@gmail.com
qkmqwe@gmail.com
richards.liu@gmail.com
sarahmaddoxmail@gmail.com
sarahmaddox@google.com
thea@kubeflow.org
2 changes: 2 additions & 0 deletions google-codelab-projects-owners.members.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
google-team@kubeflow.org
codelab-admin-user@kf-codelab-admin.iam.gserviceaccount.com
2 changes: 1 addition & 1 deletion sync_groups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Sync groups using the gam CLI
set -ex

KF_GROUPS=( "ci-team" "ci-viewer" "code-search-team" "devrel-team" "devstats" "example-maintainers" "feast-team" "github-team" "google-kubeflow-admins" "google-team" "insight-fellowship" "kf-demo-owners" "kf-kcc-admins" "kubeflow-examples-gcr-writers" "modeldb-team" "release-team")
KF_GROUPS=( "ci-team" "ci-viewer" "code-search-team" "devrel-team" "devstats" "drive-content-managers" "example-maintainers" "feast-team" "github-team" "google-kubeflow-admins" "google-team" "insight-fellowship" "kf-demo-owners" "kf-kcc-admins" "kubeflow-examples-gcr-writers" "modeldb-team" "release-team")
for g in "${KF_GROUPS[@]}"
do
gam update group ${g}@kubeflow.org sync member file ${g}.members.txt
Expand Down

0 comments on commit ae904d5

Please sign in to comment.