-
Notifications
You must be signed in to change notification settings - Fork 164
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(auth): token renew failure #3122
Conversation
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3122 +/- ##
=======================================
Coverage 51.26% 51.26%
=======================================
Files 283 283
Lines 25563 25563
=======================================
Hits 13104 13104
Misses 11762 11762
Partials 697 697 ☔ View full report in Codecov by Sentry. |
I ran into this also starting just recently. |
Thank you for being right on top of this! |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-1.1
git worktree add -d .worktree/backport-3122-to-release-1.1 origin/release-1.1
cd .worktree/backport-3122-to-release-1.1
git switch --create backport-3122-to-release-1.1
git cherry-pick -x e212c2d1c45074dba8bce437c0ad1d23a5ff41fe |
Womp womp. Can you do this manually, @Marvin9? |
Signed-off-by: Mayursinh Sarvaiya <[email protected]> Signed-off-by: Diego Caspi <[email protected]>
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
Not sure if this was issue previously or after recent library major version bump but token renew failures went unnoticed and causing page stuck on loading spinner