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(dynamodb): remove deprecated function #2888

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eusebiu-constantin-petu-dbk
Copy link
Collaborator

What type of PR is this?

Which issue does this PR fix:

What does this PR do / Why do we need it:

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

andaaron
andaaron previously approved these changes Jan 17, 2025
Copy link
Contributor

@andaaron andaaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, does it fix a specific issue?

@eusebiu-constantin-petu-dbk
Copy link
Collaborator Author

Looks good, does it fix a specific issue?

The fact that here: #2853 users are getting 404 made me think that maybe this deprecated custom resolver func causes it? I'm not sure though, just a shot in the dark.

STS: AssumeRoleWithWebIdentity, https response error StatusCode: 404

Signed-off-by: Petu Eusebiu <petu.eusebiu@gmail.com>
@eusebiu-constantin-petu-dbk
Copy link
Collaborator Author

Hello @huynguyen-anduin, can you try this patch?

@eusebiu-constantin-petu-dbk eusebiu-constantin-petu-dbk marked this pull request as ready for review January 17, 2025 18:32
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

Attention: Patch coverage is 70.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 91.88%. Comparing base (d6b38c0) to head (1fc8532).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pkg/storage/cache/dynamodb.go 70.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2888      +/-   ##
==========================================
- Coverage   91.89%   91.88%   -0.02%     
==========================================
  Files         170      170              
  Lines       30291    30290       -1     
==========================================
- Hits        27836    27832       -4     
- Misses       1827     1828       +1     
- Partials      628      630       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants