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

ETCD TLS support #4537

Closed
AlessandroZanatta opened this issue Jun 8, 2024 · 1 comment · Fixed by #4538
Closed

ETCD TLS support #4537

AlessandroZanatta opened this issue Jun 8, 2024 · 1 comment · Fixed by #4538
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@AlessandroZanatta
Copy link
Contributor

What would you like to be added: I'd like to use an existing etcd cluster in order to have external-dns work with coredns

Why is this needed: Allows re-using an existing etcd cluster instead of creating a new one. Helps in more resource-constrained environments too, albeit its possible security downsides.

I could send a PR in the next week (hopefully) if this feature is welcome. Could an implementation along the lines of #4503 be accepted? I think the implementation really just needs to pass along some config variables to golang's etcd client.

@AlessandroZanatta AlessandroZanatta added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 8, 2024
@AlessandroZanatta
Copy link
Contributor Author

Looking around in the code I see that it has already been implemented, but I think the documentation is missing. I will be sending a PR to fix that soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant