gcloud
serviceaccount
. TrueFoundry’s workspace is analogous to Kubernetes namespace.
+ New Workspace
to create a new workspace. If you already have a workspace created click on the Edit section from the right side of the workspace card.serviceaccount
which has access to buckets. We will try to use this to access the bucket files in GCP
GSA_NAME
. We are assigning this serviceaccount Storage admin permission. You can assign the permissions that you want for accessing your GCP application.
roles/iam.workloadIdentityUser
role to the IAM serviceaccount on itself so that it can be accessed from inside GKE.
gcloud projects add-iam-policy-binding
you might get the below outputShow Advanced fields
on bottom of the screen and enable Service accounts
field.
+ Add Service Accounts
to add a Serviceaccount
$GSA_NAME@$PROJECT_ID.iam.gserviceaccount.com
serviceaccount