kubectl
impersonation (e.g. kubectl --as
) does not work through infra connector
#1948
Labels
area/destinations/kubernetes
kind/bug
A report or a fix for a problem with functional correctness.
status/never-stale
Indicates to actions/stale that the issue or PR should never be marked stale.
Describe the bug
An impersonated user/group specified through
kubectl
commands is ignored and the command is run as the current user logged in to Infra.Expected behavior
The command is run as the impersonated user if the user logged into Infra has the appropriate permissions to impersonate that user.
Environment
Additional context
Fixing this will require some changes to how the connector relays commands.
The text was updated successfully, but these errors were encountered: