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
In v8 if you passed an empty certificate resource you got back a message that helped you to realize you needed to pass in data. That's not a RPC error in v9.
V8:
cnquery> certificate{*}
! restore cache object
x certificate is missing pem data error="\"certificate\" failed: no value provided for static field \"pem\""
Query encountered errors:
failed to validate resource 'certificate': Initialized "certificate" resource without a "pem". This field is required.
certificate: no data available
V9:
cnquery> certificate{*}
rpc error: code = Unavailable desc = connection error: desc = "transport: error while dialing: dial unix /var/folders/5q/75yp5vy56_55pmjdxpcv5mfh0000gn/T/plugin915132205: connect: connection refused"
certificate: no data available
The text was updated successfully, but these errors were encountered:
In v8 if you passed an empty certificate resource you got back a message that helped you to realize you needed to pass in data. That's not a RPC error in v9.
V8:
V9:
The text was updated successfully, but these errors were encountered: