Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note to docs on configuring glcoud for --gke access #180

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ User/[email protected] 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.