Skip to content
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

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

Marvin9
Copy link
Contributor

@Marvin9 Marvin9 commented Dec 11, 2024

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

Signed-off-by: Mayursinh Sarvaiya <[email protected]>
@Marvin9 Marvin9 added this to the v1.1.2 milestone Dec 11, 2024
@Marvin9 Marvin9 requested a review from krancour December 11, 2024 17:21
@Marvin9 Marvin9 self-assigned this Dec 11, 2024
@Marvin9 Marvin9 requested a review from a team as a code owner December 11, 2024 17:21
Copy link

netlify bot commented Dec 11, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 91623bb
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/6759ca22b392ca000864ce65
😎 Deploy Preview https://deploy-preview-3122.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.26%. Comparing base (230f81b) to head (91623bb).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@krancour
Copy link
Member

I ran into this also starting just recently.

@krancour
Copy link
Member

Thank you for being right on top of this!

@Marvin9 Marvin9 added this pull request to the merge queue Dec 11, 2024
Merged via the queue into main with commit e212c2d Dec 11, 2024
26 checks passed
@Marvin9 Marvin9 deleted the Marvin9/fix-token-renew-failure branch December 11, 2024 18:04
@akuitybot
Copy link

Backport failed for release-1.1, because it was unable to cherry-pick the commit(s).

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

@krancour
Copy link
Member

krancour commented Dec 11, 2024

Womp womp.

Can you do this manually, @Marvin9?

@Marvin9
Copy link
Contributor Author

Marvin9 commented Dec 12, 2024

@krancour this might not necessarily needs to be backported due to the reason that this might be caused by recent major version bump of oauth dependency #3039, which hasn't been released. I will confirm

diegocaspi pushed a commit to diegocaspi/kargo that referenced this pull request Dec 18, 2024
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
Signed-off-by: Diego Caspi <[email protected]>
fykaa pushed a commit to fykaa/kargo that referenced this pull request Dec 20, 2024
fykaa pushed a commit to fykaa/kargo that referenced this pull request Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants