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: infinite reconnect loop when using JWT authentication #6881

Closed
awly opened this issue May 14, 2021 · 0 comments · Fixed by #6905
Closed

etcd: infinite reconnect loop when using JWT authentication #6881

awly opened this issue May 14, 2021 · 0 comments · Fixed by #6905
Assignees
Labels
bug c-ib Internal Customer Reference
Milestone

Comments

@awly
Copy link
Contributor

awly commented May 14, 2021

Our etcd client library is missing etcd-io/etcd#12165

This causes teleport to go into an infinite reconnect loop within its etcd client once the initial JWT expires.
This situation only happens when:

Update the etcd client library if possible.
The fallback would be some hacky grpc interceptor hook into the etcd client to detect this and recreate the entire client.

@awly awly added the bug label May 14, 2021
@awly awly self-assigned this May 14, 2021
@awly awly added the c-ib Internal Customer Reference label May 14, 2021
@awly awly added this to the 6.2 "Buffalo" milestone May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug c-ib Internal Customer Reference
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant