Skip to content

Commit

Permalink
Merge pull request #15937 from fejta/serve
Browse files Browse the repository at this point in the history
Declare some trusted service accounts
  • Loading branch information
k8s-ci-robot authored Feb 12, 2020
2 parents b304d89 + 4169e60 commit 4285524
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions prow/cluster/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ release(
component("tide", "service", "deployment"),
component("tls-ing", "ingress"),
component("tot", "service", "deployment"),
component("trusted_serviceaccounts", MULTI_KIND),
component(
"tune-sysctls",
"daemonset",
Expand Down
42 changes: 42 additions & 0 deletions prow/cluster/trusted_serviceaccounts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
kind: ServiceAccount
apiVersion: v1
metadata:
annotations:
iam.gke.io/gcp-service-account: [email protected]
name: resultstore
namespace: test-pods
---
kind: ServiceAccount
apiVersion: v1
metadata:
annotations:
iam.gke.io/gcp-service-account: [email protected]
name: pusher
namespace: test-pods
---
kind: ServiceAccount
apiVersion: v1
metadata:
annotations:
iam.gke.io/gcp-service-account: [email protected]
name: testgrid-config-updater
namespace: test-pods
---
kind: ServiceAccount
apiVersion: v1
metadata:
annotations:
iam.gke.io/gcp-service-account: [email protected]
name: deployer
namespace: test-pods
---
# TODO(fejta): https://github.com/kubernetes/test-infra/issues/15806
# * Run experiment/workload-identity/bind-service-accounts.sh on the above
# * Config service account on job
# Do the same for the following:
# k8s-artifacts-graveyard-service-account
# k8s-artifacts-prod-bak-service-account
# k8s-artifacts-prod-service-account
# k8s-gcr-prod-service-account
# service-account

0 comments on commit 4285524

Please sign in to comment.