jplana / python-etcd

A python client for etcd
Other
522 stars 210 forks source link

Ground work for updating auth #209

Closed ashcrow closed 7 years ago

ashcrow commented 7 years ago

After upgrading to etcd 2.3.x we started to notice the authentication code was failing. As it turns out there was a change somewhere between 2.1.x and 2.3.x that changes the resulting auth data.

Examples:

This change starts the upgrade process with the following commits:

Hopefully helpful for https://github.com/jplana/python-etcd/issues/210

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 88.642% when pulling 1f6e5118dcbbf995680fdefa89b8b761f81ecdff on ashcrow:auth-fixes into 0d0145f5e835aa032c97a0a5e09c4c68b7a03f66 on jplana:master.

lavagetto commented 7 years ago

Very nice, thanks!