simu / kubectl-why-can

Kubectl plugin to determine why a principal can perform an action. This is a simple wrapper around the Kubernetes `SelfSubjectAccessReview` API. The CLI format is modelled after the built-in `kubectl auth can-i`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for `cluster.proxy-url` parameter in kubeconfig files

simu opened this issue · comments

Kubeconfig files allow users to configure a proxy URL for the API server. Out of the box the kube-rs client doesn't pick up this configuration.

Investigate what's necessary to use proxy when it's configured.