-
Notifications
You must be signed in to change notification settings - Fork 15
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
Enable DNSSEC validation #675
Conversation
65f765e
to
b18335f
Compare
Signed-off-by: Daichi Sakaue <[email protected]>
@@ -245,6 +259,12 @@ func testKubernetes() { | |||
return err | |||
}).Should(Succeed()) | |||
|
|||
By("querying www.dnssec-failed.org using node DNS from ubuntu pod") |
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.
This test is OK.
Could you update the By()
just before? Currently, we uses "www.cybozu.com".
By("querying www.google.com using node DNS from ubuntu pod")
Signed-off-by: Daichi Sakaue <[email protected]>
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.
LGTM
* Enable DNSSEC validation Signed-off-by: Daichi Sakaue <[email protected]>
Backport #675 to enable DNSSEC validation
This PR enables DNSSEC validation for non-cluster DNS queries.
Signed-off-by: Daichi Sakaue [email protected]