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

Add support for DNSSEC validation #766

Open
5 tasks
mem opened this issue Jul 3, 2024 · 1 comment
Open
5 tasks

Add support for DNSSEC validation #766

mem opened this issue Jul 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mem
Copy link
Contributor

mem commented Jul 3, 2024

The DNS client library that Blackbox Exporter uses does support DNSSEC validation (setting the DO bit), but Blackbox Exporter itself doesn't. In order to add support for this in the agent we need to:

  • Add support in BBE
  • Add support for requesting validation in the protobuf definition
  • Add support for converting the request for validation into the corresponding setting in BBE
  • Add support in the frontend for requesting validation
  • Add support in the Terraform provider
@mem mem added the enhancement New feature or request label Jul 3, 2024
@mem
Copy link
Contributor Author

mem commented Jul 3, 2024

It's extra small for the agent itself, but needs work in BBE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant