-
Notifications
You must be signed in to change notification settings - Fork 6.3k
fix(controller): impersonation with destination name (#23309) #23504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(controller): impersonation with destination name (#23309) #23504
Conversation
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #23504 +/- ##
=======================================
Coverage 60.25% 60.25%
=======================================
Files 344 344
Lines 59084 59084
=======================================
Hits 35600 35600
Misses 20611 20611
Partials 2873 2873 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
/cherry-pick release-3.0 |
/cherry-pick release-3.1 |
…argoproj#23504) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
…argoproj#23504) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: enneitex <etienne.divet@gmail.com>
Since #21189, app.Spec.Destination.Server is not guaranteed to be populated in controller code. You have to explicitly pull the
destCluster
. Thankfully in this case the impacted function already has the cluster var available.Fixes #23309