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

Support gcp auth provider #6

Open
RutledgePaulV opened this issue Apr 26, 2021 · 0 comments
Open

Support gcp auth provider #6

RutledgePaulV opened this issue Apr 26, 2021 · 0 comments

Comments

@RutledgePaulV
Copy link
Owner

Apparently GCP uses a custom provider in this format.. not sure why they use a custom thing instead of using the exec auth but would be nice to support it out of the box.

users:
- name: gke_cluster_name
  user:
    auth-provider:
      config:
        access-token: <access_token>
        cmd-args: config config-helper --format=json
        cmd-path: /usr/lib/google-cloud-sdk/bin/gcloud
        expiry: <timestamp>
        expiry-key: '{.credential.token_expiry}'
        token-key: '{.credential.access_token}'
      name: gcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant