Closed stengaard closed 8 years ago
I like the idea of SUP_USER, but why have both SUP_UNIXTIME and SUP_TIME (or nonce) ? I think one is enough to keep things simple.
Agreed, let's go with SUP_TIME
in RFC3339 format for now. That should be enough. @stengaard can you update this PR?
The initial reason for not going with RFC3339 was simply the length of the string and the inclusion of time zone which seems irrelevant given it will always be UTC.
But I'll update this to reflect.
LGTM, thanks for your contribution!
SUP_NONCE is a value that is unique per invocation and can be used to orchestrate layered deployment strategies across a fleet of hosts.
Fixes #43