#164-165-mqtt-auth #216
No reviewers
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!216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#164-165-mqtt-auth"
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?
This branch builds on the existing MQTT authentication implementation from #10-mqtt-login.
In this work, authentication has been integrated into both services:
middleware & readTempSensorMockup
Both services now connect to the MQTT broker using credentials, and the full data flow has been verified.
I reviewed the code in the change files to make sure that the changes seemed reasonable and follows the coding standards, which it did.
I ran the program and checked the console prints too see if there were any errors. There were not. I also tested running the application to see if there were any errors and to see that the temperature data was till correctly displayed. There were no errors.
Furthermore I tried removing the authentication to make sure that you would not be able to connect to the broker without proper authentication. In this case, it was unable to connect, verified both through console print outs and no data being able to be displayed on the application.
This looks ok to me. No one will be able to connect to the mqqt broker without authentication.
Looked through the files, and the syntax looks alright.
I have to trust 100% @b23albst that it runs correctly due to Docker build problems on my end.
Condition, merging