-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Try #2: Support encrypted DNS txt records #1538
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: HansK-p The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @njuettner |
@HansK-p: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I'll rebase when asked to do so by a human :) or when we upgrade our own installation. So the PR will be rebased when needed....... |
+1 for this feature. I also need sometime this kind of ""overkill"" security feature for sensitive project. And for the moment I cannot use external-dns in these projects :(. |
/kind feature |
And please ping me if I should solve conflicts. It's a small pain to solve those conflicts, so I will only do it when we decide to upgrade our modified internal external-dns installation or when asked by a human. |
@HansK-p thanks for the heads up. I can't get to this PR right now. We will let you know when we are ready to review it. Thanks! |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Once again creating a PR for this change. I managed to foobar my previous PR earlier today as my git experience is extremely limited.
We are running on a fork of External-DNS where txt records are encrypted. The encryption is an internal security requirement as we are not allowed to leak information about internal infrastructure through publicly available txt records.
It is a pain to keep a forked version of External-DNS up to date and it would be really nice if this PR could be considered (or at least looked at). The previous PR was created on December 6th 2019 and was absolutely, totally and completely ignored by the project maintainers for more than 4 months.
We are looking for other solutions, but this forked version of External-DNS is currently our best option. So we really hope txt record encryption will be included as a security feature in External-DNS. It doesn't mater a lot for us this code is used as a base for implementation - as long as it is implemented.