From 152b4a8447f4f28e4886b4af45c2ce6fe7fb4fc4 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Mon, 2 Mar 2020 21:43:07 -0800 Subject: [PATCH] Correct GCP auth permissions list. (#8454) Remove `listInstances`, which isn't a valid permission. --- website/pages/docs/auth/gcp.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/pages/docs/auth/gcp.mdx b/website/pages/docs/auth/gcp.mdx index 3d7e9c052772..c0630f2ab692 100644 --- a/website/pages/docs/auth/gcp.mdx +++ b/website/pages/docs/auth/gcp.mdx @@ -165,7 +165,6 @@ iam.serviceAccounts.get iam.serviceAccountKeys.get compute.instances.get compute.instanceGroups.list -compute.instanceGroups.listInstances ``` These allow Vault to: