-
Notifications
You must be signed in to change notification settings - Fork 342
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
rds_instance module ignores 'ca_certificate_identifier' Parameter value #1453
Comments
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
May 15, 2023
…e rds instance (#1459) rds_instance: add support for CACertificateIdentifier to create/update rds instance SUMMARY Fixes #1453 Allows setting up CACertificateIdentifier value while creating as well as updating rds instance. Added supported for utilizing ca_certificate_idenifier to boto API call parameters. ISSUE TYPE Bugfix Pull Request COMPONENT NAME rds_instance ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Jill R Reviewed-by: Mike Graves <[email protected]>
patchback bot
pushed a commit
that referenced
this issue
May 15, 2023
…e rds instance (#1459) rds_instance: add support for CACertificateIdentifier to create/update rds instance SUMMARY Fixes #1453 Allows setting up CACertificateIdentifier value while creating as well as updating rds instance. Added supported for utilizing ca_certificate_idenifier to boto API call parameters. ISSUE TYPE Bugfix Pull Request COMPONENT NAME rds_instance ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Jill R Reviewed-by: Mike Graves <[email protected]> (cherry picked from commit 6a6d41b)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jun 5, 2023
…e rds instance (#1459) (#1547) [PR #1459/6a6d41b6 backport][stable-6] rds_instance: add support for CACertificateIdentifier to create/update rds instance This is a backport of PR #1459 as merged into main (6a6d41b). SUMMARY Fixes #1453 Allows setting up CACertificateIdentifier value while creating as well as updating rds instance. Added supported for utilizing ca_certificate_idenifier to boto API call parameters. ISSUE TYPE Bugfix Pull Request COMPONENT NAME rds_instance ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
Migrate rds_snapshot* modules and tests Depends-On: ansible-collections#1012 Depends-On: ansible-collections#1481 Remove rds_snapshot* modules and tests These modules have been migrated to amazon.aws Update runtime.yml with redirects to that collection Update ignore files Reviewed-by: Mike Graves <[email protected]> Reviewed-by: Bikouo Aubin <None> Reviewed-by: Mark Chappell <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
Migrate rds_snapshot* modules and tests Depends-On: ansible-collections#1012 Depends-On: ansible-collections#1481 Remove rds_snapshot* modules and tests These modules have been migrated to amazon.aws Update runtime.yml with redirects to that collection Update ignore files Reviewed-by: Mike Graves <[email protected]> Reviewed-by: Bikouo Aubin <None> Reviewed-by: Mark Chappell <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
Migrate rds_snapshot* modules and tests Depends-On: ansible-collections#1012 Depends-On: ansible-collections#1481 Remove rds_snapshot* modules and tests These modules have been migrated to amazon.aws Update runtime.yml with redirects to that collection Update ignore files Reviewed-by: Mike Graves <[email protected]> Reviewed-by: Bikouo Aubin <None> Reviewed-by: Mark Chappell <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When I try to create or modify an existing RDS instance ca certificate value the rds_instance module ignores the value set for ca_certificate_idenifier and lets AWS use the default value instead.
Issue Type
Bug Report
Component Name
rds_instance
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
Centos 7
Steps to Reproduce
Expected Results
The CA root certificate for SSL connections should be 'rds-ca-ecc384-g1'.
Actual Results
The CA root certificate for SSL connections is the current AWS default 'rds-ca-2019', not the new one.
Code of Conduct
The text was updated successfully, but these errors were encountered: