Skip to content

Commit

Permalink
Correct GCP auth permissions list. (#8454)
Browse files Browse the repository at this point in the history
Remove `listInstances`, which isn't a valid permission.
  • Loading branch information
Jim Kalafut authored Mar 3, 2020
1 parent 261aa85 commit 152b4a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/pages/docs/auth/gcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ iam.serviceAccounts.get
iam.serviceAccountKeys.get
compute.instances.get
compute.instanceGroups.list
compute.instanceGroups.listInstances
```

These allow Vault to:
Expand Down

0 comments on commit 152b4a8

Please sign in to comment.