Unable in trigger object to use a serviceaccount from an other namespace #1610
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Expected Behavior
Specify a serviceaccount from an other namespace must be allowed in trigger object
Actual Behavior
If the serviceaccount used in the EventListener has not the right to impersonate. The EventListener Pod write this logs :
If the serviceaccount used in the EventListener has the right to impersonate. The EventListener Pod write this logs :
It seems that the prefix "system:serviceaccount:<CURRENT_NAMESPACE>:" is always added to the trigger serviceaccount name.
Steps to Reproduce the Problem
Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: