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

TLSv1.3 does not work with etcd storage backend #26659

Closed
tsaarni opened this issue Apr 26, 2024 · 0 comments · Fixed by #26660
Closed

TLSv1.3 does not work with etcd storage backend #26659

tsaarni opened this issue Apr 26, 2024 · 0 comments · Fixed by #26660
Labels
dependencies Pull requests that update a dependency file

Comments

@tsaarni
Copy link
Contributor

tsaarni commented Apr 26, 2024

Describe the bug
Vault etcd storage backend uses etcd client v3.5.7 which does not work with TLSv1.3 (link). The problem can be fixed by bumping the go.etcd.io/etcd/client version to v3.5.8 or later (link).

@stevendpclark stevendpclark added the dependencies Pull requests that update a dependency file label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants