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
The current cluster definition spec includes a operator nonce field. It is not used and current defaults to 0.
The idea was to use this for key rotation, but we will most probably not be using the field for that purpose, since the cluster definition and lock files are immutable and we will most likely append mutations to the file making that nonce fields redundant.
Problem to be solved
The current cluster definition spec includes a operator nonce field. It is not used and current defaults to 0.
The idea was to use this for key rotation, but we will most probably not be using the field for that purpose, since the cluster definition and lock files are immutable and we will most likely append mutations to the file making that nonce fields redundant.
See mutation design doc.
Proposed solution
Remove the nonce from operator struct as part of v1.2.0. Note the new code should remain backwards compatible with all prevous versions.
Out of Scope
Release v1.2.0 is not included as part of this issue.
The text was updated successfully, but these errors were encountered: