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
{{ message }}
This repository was archived by the owner on Nov 20, 2021. It is now read-only.
Add chmod on start
Etcd 3.4.9 introduced a check on the data directory permissions that
require 0700. Since this causes the server to not come up we will
attempt to change the perms.
Update etcd to 3.4.9
This also ends up setting the data dir to 0700 to satisfy a new check
added to the data dir. #41 requested this changed for security reasons
and it was denied, but must ultimately be changed to maintain
compatibility with etcd.
Implement default s3 path when only bucket provided for etcd snapshots (
#37)
* Implement default s3 path when only bucket provided for etcd snapshots
* Test default snapshot path and explicit snapshot path