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

Support SSHFP records #2413

Closed
1 task done
betelgeuse opened this issue Dec 4, 2024 · 1 comment · Fixed by #2430
Closed
1 task done

Support SSHFP records #2413

betelgeuse opened this issue Dec 4, 2024 · 1 comment · Fixed by #2430
Assignees
Labels
jira waiting_on_contributor Needs help. Feel free to engage to get things unblocked

Comments

@betelgeuse
Copy link

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:

choices=["A", "AAAA", "CAA", "CNAME", "MX", "NS", "PTR", "SOA", "SPF", "SRV", "TXT"],

Issue Type

Feature Idea

Component Name

route53

Additional Information

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@hakbailey
Copy link
Contributor

Hi @betelgeuse, thanks for submitting this issue. Any chance you'd be willing to open a PR for it?

@hakbailey hakbailey added the waiting_on_contributor Needs help. Feel free to engage to get things unblocked label Dec 10, 2024
@mandar242 mandar242 self-assigned this Dec 23, 2024
patchback bot pushed a commit that referenced this issue Jan 9, 2025
SUMMARY

Fixes #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
(cherry picked from commit c185dc3)
softwarefactory-project-zuul bot pushed a commit that referenced this issue Jan 14, 2025
This is a backport of PR #2430 as merged into main (c185dc3).
SUMMARY

Fixes #2413
Adds support for record type 'SSHFP'

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

route53
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
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
jira waiting_on_contributor Needs help. Feel free to engage to get things unblocked
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants