25 lines
647 B
Text
25 lines
647 B
Text
apiVersion: v1
|
|
clusters:
|
|
- cluster:
|
|
server: https://localhost:8443
|
|
name: localhost:8443
|
|
contexts:
|
|
- context:
|
|
cluster: localhost:8443
|
|
namespace: default
|
|
user: application-default-credentials
|
|
name: localhost/application-default-credentials
|
|
kind: Config
|
|
preferences: {}
|
|
users:
|
|
- name: application-default-credentials
|
|
user:
|
|
auth-provider:
|
|
config:
|
|
access-token: <fake_token>
|
|
cmd-args: config config-helper --format=json
|
|
cmd-path: /path/to/gcloud
|
|
expiry: 2019-04-09T19:26:18Z
|
|
expiry-key: '{.credential.token_expiry}'
|
|
token-key: '{.credential.access_token}'
|
|
name: gcp
|