#344 Add mqtt login #383
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!383
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#344-mqtt-login-to-use-env-file"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes:
Add mqtt loginto #344 Add mqtt loginReviewed and partially tested locally.
MQTT credentials are now read from environment variables
No hardcoded MQTT credentials found in the reviewed files
Docker compose is updated to pass MQTT env variables
The installation script generates MQTT_USER and MQTT_PASSWORD in DockerCompose/.env
The added await fix looks correct
I could not complete the full Docker runtime test because compose stopped on an unrelated image pull issue for `parkingapimockup, but the MQTT/.env changes themselves look correct to me.
I have checked it with Docker, and it works fine.
The problem came from an old, pre-fixed install and rebuild script. So, not a problem with this branch.
In other words, I merge it now. Good work!