Assuming only bearer strings are base64 encoded, non-encoded tokens are throwing exception on Convert.FromBase64String() since they're not valid base64 strings
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.
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.