kopeio / etcd-manager

operator for etcd: moved to https://github.com/kubernetes-sigs/etcdadm
Apache License 2.0
164 stars 45 forks source link

Fixes usage of OpenStack Swift reauthentication #338

Closed kciredor closed 4 years ago

kciredor commented 4 years ago

OpenStack features expiring tokens which requires a client to reauth.

This fix ensures etcd-manager can continue creating backups to Swift when the token expiry time is hit.

Fixes https://github.com/kubernetes/kops/issues/9730

justinsb commented 4 years ago

Thanks for fixing @kciredor !

/approve /lgtm

justinsb commented 4 years ago

I realized we probably should have fixed this in kops first ... sent the equivalent patch as https://github.com/kubernetes/kops/pull/9836