Skip to content

Commit

Permalink
remove instructions for serviceAccountUser bind (#42724)
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinFrazar authored Jun 11, 2024
1 parent 29e2b14 commit 6ffb811
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/pages/application-access/cloud-apis/google-cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,6 @@ $ gcloud iam service-accounts create teleport-google-cloud-cli \
--display-name="teleport-google-cloud-cli"
```

Enable your service account to act as other service accounts by assigning it the
predefined "Service Account User" role:

```code
$ gcloud projects add-iam-policy-binding <Var name="google-cloud-project" /> \
--member="serviceAccount:teleport-google-cloud-cli@<Var name="google-cloud-project" />.iam.gserviceaccount.com" \
--role="roles/iam.serviceAccountUser"
```

### Set up a service account that Teleport users can access

When a Teleport user executes a Google Cloud CLI command against the Teleport
Expand Down

0 comments on commit 6ffb811

Please sign in to comment.