Skip to content

Commit

Permalink
Setup permissions on project kf-feast. (kubeflow#37)
Browse files Browse the repository at this point in the history
* This project will be used by the folks at GoJek and Google PSO to
  develop and test feast.

Related to kubeflow/testing#254
  • Loading branch information
jlewi authored and k8s-ci-robot committed Jan 16, 2019
1 parent 943f6b3 commit d69a5fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions feast-team.members.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tsell@google.com
willem.p@go-jek.com
7 changes: 7 additions & 0 deletions gcp_iam_policies/kf-feast.iam.policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bindings:
- members:
- user:jlewi@google.com
- group:feast-team@kubeflow.org
role: roles/owner
etag: BwV-AfrOkMw=
version: 1
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" "release-team" "google-kubeflow-admins" "google-team" "insight-fellowship" "kf-demo-owners" "devrel-team" "modeldb-team" "code-search-team" "kubeflow-examples-gcr-writers" )
KF_GROUPS=( "ci-team" "code-search-team" "devrel-team" "feast-team" "google-kubeflow-admins" "google-team" "insight-fellowship" "kf-demo-owners" "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 d69a5fd

Please sign in to comment.