helmfile icon indicating copy to clipboard operation
helmfile copied to clipboard

Support user and group impersonation

Open ktarplee opened this issue 3 years ago • 0 comments

For example the following are possible in other tools

  • kubectl --as=cluster-admin ...
  • helm --kube-as-user cluster-admin ...
  • k9s --as=cluster-admin ...

The benefits are outlined nicely here and the k8s docs are [here]9https://kubernetes.io/docs/reference/access-authn-authz/authentication/#user-impersonation).

This does not work because when helmfile calls helm diff and it does not pass these arguments

helmDefaults:
   args:
   - "--kube-as-user cluster-admin"

ktarplee avatar Feb 18 '22 19:02 ktarplee