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 PR change to modify the way we support verifying a cloud connection (336a3d7#diff-9fe63ecc7aa07c80890100f03619b599L51) means that we can't verify without setting something in the iotile cloud registry:
self._conf.get('cloud:verify-server')
On the broker, we attempt to validate with a command line argument, since using the iotile config ... style is hard to use in that context. Basically, we call:
It would be nice to still support using verify as a direct argument passed to IOTileCloud instead of forcing it to go through an iotile:config registry value. Something like:
The PR change to modify the way we support verifying a cloud connection (336a3d7#diff-9fe63ecc7aa07c80890100f03619b599L51) means that we can't verify without setting something in the
iotile cloud
registry:On the broker, we attempt to validate with a command line argument, since using the
iotile config ...
style is hard to use in that context. Basically, we call:It would be nice to still support using
verify
as a direct argument passed toIOTileCloud
instead of forcing it to go through aniotile:config
registry value. Something like:The text was updated successfully, but these errors were encountered: