ZeroTierOne/.github/workflows
Grant Limberg 5a36b315a3
Exit if loading an invalid identity from disk (#2058)
* Exit if loading an invalid identity from disk

Previously, if an invalid identity was loaded from disk, ZeroTier would
generate a new identity & chug along and generate a brand new identity
as if nothing happened.  When running in containers, this introduces the
possibility for key matter loss; especially when running in containers
where the identity files are mounted in the container read only.  In
this case, ZT will continue chugging along with a brand new identity
with no possibility of recovering the private key.

ZeroTier should exit upon loading of invalid identity.public/identity.secret #2056

* add validation test for #2056
2023-07-18 14:10:31 -04:00
..
build.yml Don't force rebuild on Windows build GH Action (#1985) 2023-05-02 08:53:29 -07:00
report.sh Exit if loading an invalid identity from disk (#2058) 2023-07-18 14:10:31 -04:00
validate-1m-linux.sh Exit if loading an invalid identity from disk (#2058) 2023-07-18 14:10:31 -04:00
validate.yml More aggressive CLI spamming (#1993) 2023-05-03 10:49:27 -07:00