-
Notifications
You must be signed in to change notification settings - Fork 85
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
Authentication #53
Comments
Now helm-wrapper really doesn't have auth, i can add a basic auth. |
Allright! I wasn't thinking of a generic basic auth that can be used. It would be great if I could configure a {
"serviceAccountToken": "xyz"
} ... or just a query parameter I'm not sure if this is technically possible though, but it feels like it should be possible. The users:
- name: my-service-account
user:
token: xyz The reason that I want this is that I can limit each individual access to individual namespaces, and get much more fine grained access control. |
Looks good. helm-wrapper supports multiple clusters, how does it support multiple clusters using ServiceAccount authentication? |
The The tricky part I guess would be to build up the |
yes, when use |
How does authentication work for this? It looks like Helm Wrapper is configured with a Kubeconfig. But that means that anyone that have access to the HTTP service can deploy whatever that Kubeconfig have access to.
Could it be an idea to provide a
ServiceAccount
somehow (via its token/Secret
) and use that when deploying the Helm chart?The text was updated successfully, but these errors were encountered: