-
Notifications
You must be signed in to change notification settings - Fork 921
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
auth: added a new config for direct queries of dnskey signature #14581
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 12683621063Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Hi @Habbie, any plans to review this soon? |
Hi @Habbie , are there any news on this PR? Do you have any plans or schedules yet? |
Can't promise anything but I really do hope to get to it soon. |
Hi @Habbie, sorry but I'd like to ask again if you have any updates on this PR? |
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.
so sorry about the delay. I finally had a look. What you did looks good, but incomplete.
Adding a few tests would be great (regression-tests.auth-py
makes it relatively easy to run a separate pdns with a specific configuration). One of those tests should be for AXFR, as I am unsure that code path also needs work.
The option also needs to be documented (docs/settings.rst
)
@Habbie I've updated the docs already you can check it out. As for the regression test, I'm gonna be honest with you I feel lost 😅 . I followed the README in regression-tests/ and managed to run it. But from what I understand, each of the tests under the I've looked into And to run the tests do we just use the call the |
Every
Simply run If you have a good idea of what kind of configuration data and requests to send, I can help you write these tests. |
Thanks @miodvallat I managed to create a new @Habbie could you check the latest commit I made? I added a couple of tests, however I didn't include AXFR since I'm not particularly familiar with it. Also I'm not sure why one of the check here in github actions failed.. It's a test for |
Glad to have been of help. The test failure you have hit is an (annoying) known sporadic failure, I have restarted the failing test and hopefully the next run should be all green. |
Short description
Addresses the feature request that I made on Issue #14372.
Added a new setting called
direct-dnskey-signature
, which allows for the direct retrieval of DNSKEY signature from the backend.Checklist
I have: