Skip to content

Commit 0086e21

Browse files
committed
Add cloud trace agent role to gke service account
Signed-off-by: Matthias Kaemmer <[email protected]>
1 parent e58cdfb commit 0086e21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/modules/google_iam/locals.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ locals {
44
"roles/pubsub.editor",
55
"roles/iam.serviceAccountOpenIdTokenCreator",
66
"roles/monitoring.dashboardViewer",
7-
"roles/container.nodeServiceAccount"
7+
"roles/container.nodeServiceAccount",
8+
"roles/cloudtrace.agent"
89
])
910
}

0 commit comments

Comments
 (0)