felixfbecker / PSKubectl

kubectl with the power of the object pipeline
MIT License
61 stars 9 forks source link

invalid base 64 characters when using token based authentication #25

Closed JefeDavis closed 2 years ago

JefeDavis commented 5 years ago

getting the error The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters when using config file generated via rancher using token based authentication

kubectl.exe works perfectly fine but I am unable to use any pskubectl cmdlets

felixfbecker commented 5 years ago

Hmm this is hard to debug without having the config file. Can you reproduce it with a similar file that wouldn't give away actual credentials?