You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
--auth-token=jwt
(https://etcd.io/docs/v3.3/op-guide/configuration/#--auth-token)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.
The text was updated successfully, but these errors were encountered: