Skip to content

Improve documentation about review hooks#216

Merged
mozzieongit merged 3 commits intomainfrom
review-hooks-page
Oct 14, 2025
Merged

Improve documentation about review hooks#216
mozzieongit merged 3 commits intomainfrom
review-hooks-page

Conversation

@mozzieongit
Copy link
Member

@mozzieongit mozzieongit commented Oct 14, 2025

Closes: #198

@mozzieongit mozzieongit self-assigned this Oct 14, 2025
@mozzieongit mozzieongit added the documentation Improvements or additions to documentation label Oct 14, 2025
Comment on lines +65 to +70
if [ "$1" = "unsigned" ]; then
# validns does not handle Ed25519
validns -z "${CASCADE_ZONE}" -p all ${tmp_zone}
else
dnssec-verify -q -o "${CASCADE_ZONE}" ${tmp_zone}
fi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is interesting. Makes me wonder whether we even need 2 separate hooks. Though I guess that could still be useful in some cases.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean by needing 2 separate hooks? The separate hooks are called at different stages in the pipeline, so need to be separate in the policy

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two separate hooks yes, two separate scripts to be called by the hooks, no.

@mozzieongit mozzieongit merged commit 893e7e5 into main Oct 14, 2025
1 check passed
@mozzieongit mozzieongit deleted the review-hooks-page branch October 14, 2025 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document how review hooks are supposed to work aka that AXFR is expected (e.g. review hook page and policy file)

4 participants