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

read soft_delete from provider before acting #385

Open
philbrookes opened this issue Feb 24, 2025 · 0 comments
Open

read soft_delete from provider before acting #385

philbrookes opened this issue Feb 24, 2025 · 0 comments

Comments

@philbrookes
Copy link
Contributor

philbrookes commented Feb 24, 2025

In order to avoid race conditions on soft_delete which could lead to an NXDomain response we should first write the soft_delete label to the DNS Provider as a way of signalling and intention to delete.

The delete can then be performed once read back from the provider and assuring that unlabelled endpoints still remain.

Note that this requires a change to the TXT registry to function: #346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant