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

feat(database): Pass CACertificateIdentifier during instance creation #1932

Conversation

trystanleftwich
Copy link
Contributor

Description of your changes

Updated github.com/aws/aws-sdk-go-v2/service/rds to v1.39.0 so that CACertificateIdentifier is set at CreateDBInstance time instead of having to wait for the first ModifyDBInstance window.

Fixes #1931

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Created a new RDS instance to check that it passes in CACertificateIdentifier as part of the CreateDBInstance API call.

…0 so that CACertificateIdentifier is now supported as part of the CreateDBInstanceInput struct

Signed-off-by: Trystan Leftwich <trystanleftwich@gmail.com>
@MisterMX MisterMX changed the title feat(rds): updated github.com/aws/aws-sdk-go-v2/service/rds to v1.39.0 so that CACertificateIdentifier is now supported as part of the CreateDBInstanceInput struct feat(database): Pass CACertificateIdentifier during instance creation Oct 25, 2023
Copy link
Collaborator

@MisterMX MisterMX left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you very much @trystanleftwich!

@MisterMX MisterMX merged commit 89347ab into crossplane-contrib:master Oct 25, 2023
9 checks passed
@trystanleftwich trystanleftwich deleted the feat/add-ca-certi-to-rds-create-db-instance branch February 11, 2024 20:37
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.

RDSInstance.forProvider.caCertificateIdentifier should be set when CreateDBInstance is run.
2 participants