Skip to content

fix kms api call response on method get-key-rotation-status #12103

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

Merged

Conversation

pureiboi
Copy link
Contributor

@pureiboi pureiboi commented Jan 5, 2025

Motivation

This PR will resolve issue #12080

Changes

The response payload as per AWS cli, and request payload used as per issue


{
    "KeyRotationEnabled": true,
    "KeyId": "46d57f31-b654-4cba-bfb5-fa5847724beb",
    "RotationPeriodInDays": 120,
    "NextRotationDate": "2025-05-06T03:16:36.190688+08:00"
}

image

@localstack-bot
Copy link
Contributor

localstack-bot commented Jan 5, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Copy link
Contributor

@localstack-bot localstack-bot left a comment

Choose a reason for hiding this comment

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

Welcome to LocalStack! Thanks for raising your first Pull Request and landing in your contributions. Our team will reach out with any reviews or feedbacks that we have shortly. We recommend joining our Slack Community and share your PR on the #community channel to share your contributions with us. Please make sure you are following our contributing guidelines and our Code of Conduct.

@pureiboi pureiboi marked this pull request as draft January 5, 2025 11:49
@pureiboi pureiboi closed this Jan 5, 2025
@pureiboi pureiboi reopened this Jan 5, 2025
@pureiboi
Copy link
Contributor Author

pureiboi commented Jan 5, 2025

I have read the CLA Document and I hereby sign the CLA

localstack-bot added a commit that referenced this pull request Jan 5, 2025
@pureiboi
Copy link
Contributor Author

pureiboi commented Jan 5, 2025

i don't think i can add label

@pureiboi pureiboi marked this pull request as ready for review January 5, 2025 11:55
@sannya-singal sannya-singal added the semver: patch Non-breaking changes which can be included in patch releases label Jan 6, 2025
@sannya-singal sannya-singal added this to the 4.1 milestone Jan 6, 2025
Copy link
Contributor

@sannya-singal sannya-singal left a comment

Choose a reason for hiding this comment

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

Thanks for tackling this issue 🎉 I have suggested some changes in the implementation and improvements in the test. Let me know if you would like more assistance on this 🙂

@dnlopes
Copy link

dnlopes commented Jan 22, 2025

Will this PR move forward?

@sannya-singal
Copy link
Contributor

Will this PR move forward?

@pureiboi would you like to continue working on this PR and help resolve the reviews? Let me know if there is any help required. Thanks 🙌

@pureiboi
Copy link
Contributor Author

Will this PR move forward?

@pureiboi would you like to continue working on this PR and help resolve the reviews? Let me know if there is any help required. Thanks 🙌

@sannya-singal yes. I can still continue with this. Was occupied, will review again some tome later .

@sannya-singal
Copy link
Contributor

Will this PR move forward?

@pureiboi would you like to continue working on this PR and help resolve the reviews? Let me know if there is any help required. Thanks 🙌

@sannya-singal yes. I can still continue with this. Was occupied, will review again some tome later .

Thats great 🚀🎉

@silv-io silv-io modified the milestones: 4.1, Playground Jan 29, 2025
@pureiboi
Copy link
Contributor Author

pureiboi commented Mar 3, 2025

hey @sannya-singal I have updated the PR based on the suggestions, would like to get review again

Copy link
Member

@alexrashed alexrashed left a comment

Choose a reason for hiding this comment

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

@pureiboi Commit 3b19c5e is pretty problematic for us, it effectively removes all github workflows. Please make sure to remove this commit from your PR. ;)

@pureiboi
Copy link
Contributor Author

pureiboi commented Mar 3, 2025

@pureiboi Commit 3b19c5e is pretty problematic for us, it effectively removes all github workflows. Please make sure to remove this commit from your PR. ;)

opps sorry, it was to disable forked repo.

I have removed the commit, waiting for pipeline to run now

@sannya-singal sannya-singal self-requested a review March 3, 2025 09:17
Copy link
Contributor

@sannya-singal sannya-singal left a comment

Choose a reason for hiding this comment

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

Thanks for addressing the reviews 🚀 The code looks more clean and the snapshot test added looks really good 🙂 I just have some comments, once this is addressed we could move ahead to merging the PR 🥳

@sannya-singal
Copy link
Contributor

@pureiboi it would be great if you could address the above nits as soon as possible as we would like to get this PR merged by this week 🙂 Happy to push the changes as well. Please let me know if you need assistance with this, thanks 🙌

@sannya-singal sannya-singal self-requested a review March 5, 2025 06:07
Copy link
Contributor

@sannya-singal sannya-singal left a comment

Choose a reason for hiding this comment

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

Thanks for addressing all the review comments, the changes LGTM 🚀

@sannya-singal sannya-singal requested a review from alexrashed March 5, 2025 06:10
@sannya-singal sannya-singal merged commit 7523ada into localstack:master Mar 5, 2025
29 checks passed
@agseco agseco mentioned this pull request Mar 5, 2025
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants