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 cluster definition and cluster lock files contain hashes and signatures. But we neither validate the hash nor the signature in charon dkg or charon run commands.
Proposed solution
In DKG and RUN:
Validate the cluster definition hash
Validate the cluster definition operator signatures
In RUN:
Validate the cluster lock hash
Validate the cluster lock aggregate signature
Add a --no-verify flag to both DKG and RUN to disable the validation for local testing.
The text was updated successfully, but these errors were encountered:
Problem to be solved
The cluster definition and cluster lock files contain hashes and signatures. But we neither validate the hash nor the signature in
charon dkg
orcharon run
commands.Proposed solution
In DKG and RUN:
In RUN:
Add a
--no-verify
flag to bothDKG
andRUN
to disable the validation for local testing.The text was updated successfully, but these errors were encountered: