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
Configuring secrets, but unfortunately it does work for MQTT connection only. User and password for weconnect are mandatory to be provided via environment variables in docker-compose.yml.
Starting with docker. When trying to omit USER/PASSWORD environment variables, the weconnect-mqtt fails with error message weconnect-mqtt: error: argument -u/--username: expected one argument
ai91
changed the title
Bug: username/password commandline parameters are mandatory - no way to use .netrc
Bug: Dockerfile USER/PASSWORD parameters are mandatory - no way to use .netrc
Jan 18, 2024
Configuring secrets, but unfortunately it does work for MQTT connection only. User and password for weconnect are mandatory to be provided via environment variables in docker-compose.yml.
Starting with docker. When trying to omit USER/PASSWORD environment variables, the weconnect-mqtt fails with error message
weconnect-mqtt: error: argument -u/--username: expected one argument
Configuration:
docker-compose.yml
the netrc contains entries for
volkswagen.de
but they are not picked.Workaround:
The only solution to make it working, is provide USER/PASSWORD explicitly in docker-compose.yml:
TODO:
make user/password paramethers optional, to allow pick values from
netrc
secret.The text was updated successfully, but these errors were encountered: