tintoy / dotnet-kube-client

A Kubernetes API client for .NET Standard / .NET Core
MIT License
192 stars 33 forks source link

Non-base64 encoded tokens in config #81

Closed jonstelly closed 5 years ago

jonstelly commented 5 years ago

Attempt to fix #80. I'm not 100% sure that bearer strings are the only case that's bas64 encoded, but when I tried to simply base64 encode the token in my config file, kubectl fails to authenticate.

tintoy commented 5 years ago

Thanks!