-
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
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. |
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: