Description:
Prevent spoofing. Ensure only authorized hardware can send MQTT messages to our broker.
Acceptance Criteria:
[ ] Require TLS Client Certificates for MQTT connection.
[ ] Whitelist Device IDs in PostgreSQL.
[ ] Reject connection if ID is unknown.
Priority: High
Labels: security, iot
Description:
Prevent spoofing. Ensure only authorized hardware can send MQTT messages to our broker.
Acceptance Criteria:
[ ] Require TLS Client Certificates for MQTT connection.
[ ] Whitelist Device IDs in PostgreSQL.
[ ] Reject connection if ID is unknown.
Priority: High
Labels: security, iot