Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

fix k8s config user both 'token' and 'client-certificate' [To support Azure Kubernetes] #44

Merged
merged 1 commit into from
Oct 2, 2019

Conversation

wph95
Copy link

@wph95 wph95 commented Oct 2, 2019

pykube can't connect azure Kubernetes[AKS], because AKS auth need 'token' and 'client-certificate'.
it look like

users:
- name: aks-resource-name
  user:
    client-certificate-data: XXXXXXXXXXXXXXXXXXx
    client-key-data: XXXXXXXXXXXXXXXXXXXX
    token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXx

@wph95 wph95 changed the title fix k8s config user both 'token' and 'client-certificate' fix k8s config user both 'token' and 'client-certificate' [To support Azure Kubernetes] Oct 2, 2019
@hjacobs
Copy link
Owner

hjacobs commented Oct 2, 2019

Makes sense, thanks!

@hjacobs hjacobs merged commit a569478 into hjacobs:master Oct 2, 2019
@hjacobs
Copy link
Owner

hjacobs commented Oct 2, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants