davissp14 / etcdv3-ruby

Etcd v3 Ruby Client
MIT License
52 stars 17 forks source link

Handle GRPC::Unauthenticated: 16:etcdserver: invalid auth token #74

Closed davissp14 closed 7 years ago

davissp14 commented 7 years ago

This happens when the connection has been sitting idle for a while (5 min) and the token expires. In the event this happens, we need to re-authenticate and retry the operation.

davissp14 commented 7 years ago

https://github.com/davissp14/etcdv3-ruby/pull/75