mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
[PR #557] [CLOSED] New hook to be called before challenge validation #864
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/557
Author: @CTassisF
Created: 5/3/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
79fe907New hook to be called before challenge validationfc257fdIt is probably better to call before_challenge_validation with the same arguments as deploy_challenge📊 Changes
1 file changed (+13 additions, -0 deletions)
View changed files
📝
dehydrated(+13 -0)📄 Description
After adding/removing resource records on ClouDNS (and probably other authoritative DNS providers, I guess) you have to wait while the new zone is propagated across all of their servers. This is a time-consuming process and it isn't really predictable, luckily ClouDNS offers a way to check if the zone is updated.
Now that
deploy_challengeis done for all-d domains in sequence it would be great to have a hook that is called after alldeploy_challenges but before these challenges are validated. That way we can makedeploy_challengeadd all TXT records asynchronously and call just one loop inbefore_challenge_validationto wait while the zone isn't updated across all ClouDNS servers.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.