kubectl-view_allocations plugin does not work through kube access #15106
Labels
bug
c-dv
Internal Customer Reference
good-starter-issue
Good starter issue to start contributing to Teleport
kubernetes-access
When running the kubectl-view-allocations plugin, it reports an error when accessing a cluster via teleport.
It seems to support exec credentials since my
aws-iam-authenticator
exec credential for my EKS cluster functions with the plugin. It's only when I attempt to use it through kube access that it outputs an error:Bug details:
Install the kubectl-view_allocations plugin . Run
tsh kube login
for a cluster you have full access on. Runkubectl-view_allocations
with no arguments.The kubernetes_service instance in debug mode when the failing request is made:
(no mention of a 404, just a successful listing of services)
Here's the raw http response for the successful service listing (intercepted and extracted from the communication between the kubernetes_service and the actual kubernetes api):
teleport proxy node debug logs that appear during the
kubectl-view_allocations
invocation:gz#6085
The text was updated successfully, but these errors were encountered: