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 the docker documentation it says that secrets can be used to prevent clear written passwords etc as environment files. I'm using version 1.17.2.
It seems that is not working since I always get a socket error and (0,5). It took me quite some while to figure that out cause the error message really didn't help here:
`
time=2021-04-16T12:07:41.533Z | lvl=FATAL | corr=n/a | trans=n/a | op=n/a | from=n/a | srv=n/a | subsrv=n/a | msg=GLOBAL-002: Couldn't connect with MQTT broker: {} | comp=IoTAgent
time=2021-04-16T12:07:41.533Z | lvl=FATAL | corr=n/a | trans=n/a | op=IoTAgentNGSI.Global | from=n/a | srv=n/a | subsrv=n/a | msg=An unexpected exception has been raised. Ignoring: Error: Callback was already called. | comp=IoTAgent`
After changing the - in this case mqtt - username and password to clear text it was working fine again.
(the secrets have been properly mounted into the container).
Just let me know if you need any more information :)
The text was updated successfully, but these errors were encountered:
Maybe @jason-fox could provide help on this. I think he was the one that implemented the secret system in docker in this repository (although I'm not fully sure :)
Hey there,
in the docker documentation it says that secrets can be used to prevent clear written passwords etc as environment files. I'm using version 1.17.2.
It seems that is not working since I always get a socket error and (0,5). It took me quite some while to figure that out cause the error message really didn't help here:
`
time=2021-04-16T12:07:41.533Z | lvl=FATAL | corr=n/a | trans=n/a | op=n/a | from=n/a | srv=n/a | subsrv=n/a | msg=GLOBAL-002: Couldn't connect with MQTT broker: {} | comp=IoTAgent
time=2021-04-16T12:07:41.533Z | lvl=FATAL | corr=n/a | trans=n/a | op=IoTAgentNGSI.Global | from=n/a | srv=n/a | subsrv=n/a | msg=An unexpected exception has been raised. Ignoring: Error: Callback was already called. | comp=IoTAgent`
After changing the - in this case mqtt - username and password to clear text it was working fine again.
(the secrets have been properly mounted into the container).
Just let me know if you need any more information :)
The text was updated successfully, but these errors were encountered: