Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example using token auth? #52

Open
jacobeatsspam opened this issue Nov 15, 2020 · 3 comments
Open

Example using token auth? #52

jacobeatsspam opened this issue Nov 15, 2020 · 3 comments

Comments

@jacobeatsspam
Copy link

I'm struggling to figure out how to auth. Is there an easy example for using a token?

@zbrookle
Copy link
Owner

@jacobisaliveandwell Do you have helm installed? This package wraps around the helm CLI so any authentication taking place will happen in your kubeconfig

@jacobeatsspam
Copy link
Author

jacobeatsspam commented Nov 15, 2020

@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?

@zbrookle
Copy link
Owner

@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

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

No branches or pull requests

2 participants