-
Notifications
You must be signed in to change notification settings - Fork 350
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
Support SSHFP records #2413
Labels
Comments
Hi @betelgeuse, thanks for submitting this issue. Any chance you'd be willing to open a PR for it? |
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Jan 15, 2025
SUMMARY Fixes ansible-collections#2413 Adds support for record type 'SSHFP' ISSUE TYPE Feature Pull Request COMPONENT NAME route53 ADDITIONAL INFORMATION Reviewed-by: GomathiselviS <gomathiselvi@gmail.com> Reviewed-by: Bikouo Aubin
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Jan 15, 2025
SUMMARY Fixes ansible-collections#2413 Adds support for record type 'SSHFP' ISSUE TYPE Feature Pull Request COMPONENT NAME route53 ADDITIONAL INFORMATION Reviewed-by: GomathiselviS <gomathiselvi@gmail.com> Reviewed-by: Bikouo Aubin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
Route53 supports SSHFP records:
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html?icmpid=docs_console_unmapped
However, the code base has a hard coded list of supported record types:
amazon.aws/plugins/modules/route53.py
Line 561 in e178256
Issue Type
Feature Idea
Component Name
route53
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: