-
Notifications
You must be signed in to change notification settings - Fork 343
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
aws.rds_cluster usage of "domain" parameter fails due to "KeyError: 'Domain'" #2390
Closed
1 task done
Labels
Comments
Please let me know if I need to provide any further details. Thank you! |
gravesm
added
needs_verified
Some one might want to take a look at this and reproduce it to confirm
and removed
needs_triage
labels
Nov 19, 2024
@randoneering Thanks for filling this issue. Could you please test using #2401? |
Absolutely. I'll test this on Monday when I am back in the office. |
@abikouo that did it! Took me a bit to install your collection version but I got it. I can confirm this fix works. |
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jan 9, 2025
This is a backport of PR #2401 as merged into main (da0027d). SUMMARY Closes #2390 Fix issue when trying to update RDS cluster with new domain add unit tests to validate the fix ISSUE TYPE Bugfix Pull Request COMPONENT NAME rds_cluster Reviewed-by: Helen Bailey <[email protected]> Reviewed-by: Mandar Kulkarni <[email protected]>
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Jan 15, 2025
…lections#2401) SUMMARY Closes ansible-collections#2390 Fix issue when trying to update RDS cluster with new domain add unit tests to validate the fix ISSUE TYPE Bugfix Pull Request COMPONENT NAME rds_cluster Reviewed-by: Alina Buzachis
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Jan 15, 2025
…lections#2401) SUMMARY Closes ansible-collections#2390 Fix issue when trying to update RDS cluster with new domain add unit tests to validate the fix ISSUE TYPE Bugfix Pull Request COMPONENT NAME rds_cluster Reviewed-by: Alina Buzachis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
I am attempting to enable kerberos authentication and select the domain in which each RDS Cluster will be associated with. When attempting to apply the domain and iam_role for the domain, I receive the 'KeyError: 'Domain'' in the results of the playbook. When I use the rds_instance module, this error is not thrown.
Issue Type
Bug Report
Component Name
aws.rds_cluster
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
RHEL 8
Steps to Reproduce
Expected Results
When executed, this should enable kerberos authentication and select the domain to register to.
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: