-
Notifications
You must be signed in to change notification settings - Fork 4.3k
chore(secretsmanager): update GovCloud SAR version to 1.1.319 #36019
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
base: main
Are you sure you want to change the base?
Conversation
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.
(This review is outdated)
PASS aws-secretsmanager/test/secret-rotation.test.ts (5.892 s)
✓ secret rotation single user (386 ms)
✓ secret rotation multi user (147 ms)
✓ secret rotation allows passing an empty string for excludeCharacters (141 ms)
✓ secret rotation without immediate rotation (107 ms)
✓ throws when connections object has no default port range (53 ms)
✓ throws when master secret is missing for a multi user application (14 ms)
✓ rotation function name does not exceed 64 chars (106 ms)
✓ with interface vpc endpoint (100 ms)
SecretRotationApplication partition version
✓ returns correct version for aws partition (25 ms)
✓ returns correct version for aws-cn partition (10 ms)
✓ returns correct version for aws-us-gov partition (9 ms)
✓ throws for unsupported partition (31 ms)
✓ returns correct ARN for aws-us-gov partition (12 ms)
CloudFormation mapping for all partitions
✓ includes correct versions for all cloud types (129 ms)
✓ includes correct mapping for all rotation applications (388 ms)
|
Clarification Request: I am not sure if this PR needs an integration test for a simple version modification. |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
I saw this in your CI error You can try run |
Issue
Updates the GovCloud (
aws-us-gov) SAR version forSecretsManagerRDSMySQLRotationSingleUserfrom1.1.213to1.1.319.Closes # N/A
Reason for this change
The current SAR version (
1.1.213) in CDK for GovCloud uses Python 3.9, which will be Deprecated Dec 15th. The newer SAR version1.1.319uses Python 3.10, which is supported until October 31, 2027.1.1.213uses Python 3.91.1.319uses Python 3.10Description of changes
SecretRotationApplicationto return1.1.319foraws-us-govpartition.Describe any new or updated permissions being added
N/A
Description of how you validated changes
Linked my CDK app to the aws-cdk-lib and upgrade my secretsRotationLambda which is now on 3.10.
From
To
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license