-
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
route53_zone - Add support for enabling DNSSEC signing in a specific hosted zone #2421
route53_zone - Add support for enabling DNSSEC signing in a specific hosted zone #2421
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 38s |
plugins/modules/route53_zone.py
Outdated
try: | ||
client.enable_hosted_zone_dnssec(HostedZoneId=zone_id) | ||
except (BotoCoreError, ClientError) as e: | ||
module.fail_json_aws(e, msg=f"Could not enable DNSSEC for {zone_id}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you move this to a dedicated function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
plugins/modules/route53_zone.py
Outdated
try: | ||
client.disable_hosted_zone_dnssec(HostedZoneId=zone_id) | ||
except (BotoCoreError, ClientError) as e: | ||
module.fail_json_aws(e, msg=f"Could not enable DNSSEC for {zone_id}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you move this to a dedicated function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
7860313
to
b28dff9
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 44s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 24s |
de7ac14
to
26071ac
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 49s |
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
26071ac
to
e888025
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 31s |
# if dnssec_status == "DELETING": | ||
# DNSSEC signing is in the process of being removed for the hosted zone. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# if dnssec_status == "DELETING": | |
# DNSSEC signing is in the process of being removed for the hosted zone. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added these comments to document what's happening if dnssec_status == "DELETING":.
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 5m 04s |
8e690f8
into
ansible-collections:main
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #2474 🤖 @patchback |
…hosted zone (#2421) SUMMARY route53_zone - Add support for enabling DNSSEC signing in a specific hosted zone Will rebase once #2412 is merged. Closes #1976 ISSUE TYPE Feature Pull Request COMPONENT NAME route53_zone ADDITIONAL INFORMATION Reviewed-by: Bikouo Aubin Reviewed-by: Alina Buzachis (cherry picked from commit 8e690f8)
…hosted zone (#2421) (#2474) This is a backport of PR #2421 as merged into main (8e690f8). SUMMARY route53_zone - Add support for enabling DNSSEC signing in a specific hosted zone Will rebase once #2412 is merged. Closes #1976 ISSUE TYPE Feature Pull Request COMPONENT NAME route53_zone ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis
SUMMARY
route53_zone - Add support for enabling DNSSEC signing in a specific hosted zone
Will rebase once #2412 is merged.
Closes #1976
ISSUE TYPE
COMPONENT NAME
route53_zone
ADDITIONAL INFORMATION