-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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(server): make a copy of secret objects when listing from the informers #19913 #20805
fix(server): make a copy of secret objects when listing from the informers #19913 #20805
Conversation
…rmers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
…rmers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20805 +/- ##
==========================================
+ Coverage 55.00% 55.06% +0.06%
==========================================
Files 324 324
Lines 55398 55406 +8
==========================================
+ Hits 30469 30508 +39
+ Misses 22315 22281 -34
- Partials 2614 2617 +3 ☔ View full report in Codecov by Sentry. |
…-concurrent-map-panic
…rmers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
…rmers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
…rmers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
…rmers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
…umstead/argo-cd into fix/argocd-server-concurrent-map-panic
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!!
…rmers argoproj#19913 (argoproj#20805) * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * e2e Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> --------- Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
…rmers argoproj#19913 (argoproj#20805) * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * e2e Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> --------- Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> Signed-off-by: Adrian Aneci <aneci@adobe.com>
…rmers argoproj#19913 (argoproj#20805) * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * fix(server): make a copy of secret objects when listing from the informers Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> * e2e Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> --------- Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
closes #19913
Checklist: