avionix
avionix copied to clipboard
Example using token auth?
I'm struggling to figure out how to auth. Is there an easy example for using a token?
@jacobisaliveandwell Do you have helm installed? This package wraps around the helm CLI so any authentication taking place will happen in your kubeconfig
@zbrookle That sort of answers my question. I was looking specifically to avoid configuring kubectl and use a pure python approach. I assumed that would just translate to a bunch of helm flags (e.g. --kube-token) but sounds like that's not possible?
@jacobisaliveandwell Hmm I see. So I've personally never done that with helm, but you can find the documentation for passing in helm flags using avionix here. And if you can pass in the auth with helm, you should be able to do that here as well