balena-os / leviathan

A distributed hardware testing framework
https://balena-os.github.io/leviathan
Apache License 2.0
22 stars 6 forks source link

patch: Authenticate the validator before validation #1125

Closed vipulgupta2048 closed 7 months ago

vipulgupta2048 commented 7 months ago

PR to add Config.js Validator #1079 missed a step to authenticate the SDK to access private contracts and validate fields for private device types, which led to errors. This PR resolves that.

Signed-off-by: Vipul Gupta (@vipulgupta2048) vipulgupta2048@gmail.com