From a14810de06e264dd94ed8d48dd4d8db862aeb76b Mon Sep 17 00:00:00 2001 From: Andrew Suderman Date: Thu, 22 Apr 2021 07:54:47 -0600 Subject: [PATCH] add note to docs on configuring glcoud for --gke access --- docs/gke.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/gke.md b/docs/gke.md index a63d560..a7befd5 100644 --- a/docs/gke.md +++ b/docs/gke.md @@ -25,3 +25,9 @@ User/rob@example.com project-wide IAM/gcp-viewer IAMRole/viewer ``` At this point this integration only supports standard IAM roles, and is not advanced enough to include any custom roles. For a full list of supported roles and how they are mapped, view [lookup/gke_roles.go](https://github.com/FairwindsOps/rbac-lookup/blob/master/lookup/gke_roles.go). + +## Credentials + +This flag requires that you have `gcloud` cli access to the project in question. Please follow the [Google Documentation](https://cloud.google.com/sdk/docs/quickstart) on how to do this. + +Additionally, these credentials must have the necessary permissions to lookup users and their roles.