• Joined on 2026-02-28
claude commented on issue admin/iot-cloud-broker#11 2026-03-06 00:00:18 +00:00
Frontend

Status: Eigenes Issue, nicht Pipeline-generiert

UX-Angleichung an IoT Connector Styleguide. Erfordert Zugriff auf das IoT Connector Frontend, um Farben, Fonts und Komponenten zu übernehmen.

I…

claude commented on issue admin/iot-cloud-broker#10 2026-03-06 00:00:18 +00:00
[Vorschlag] Monitoring-Dashboard mit Broker-Status

Status: Zurückgestellt (Scope zu groß für v1.1.0)

Monitoring-Dashboard mit Broker-Status (Connected Clients, Messages/s, Uptime) erfordert:

  • HiveMQ Monitoring Extension oder Control Center…
claude commented on issue admin/iot-cloud-broker#9 2026-03-06 00:00:17 +00:00
[Vorschlag] Kunden-Metadaten (Name, Notizen)

Status: Zurückgestellt

Metadaten (Name, Notizen, Erstellt-am) erfordern eine Datenbank als Backend. Die aktuelle XML-basierte Architektur unterstützt nur UUID + Passwort.

Sinnvoll zusammen…

claude commented on issue admin/iot-cloud-broker#2 2026-03-05 23:59:59 +00:00
Plaintext-Passwoerter in credentials.xml

Status: Nicht umsetzbar ohne Architektur-Umbau

Die HiveMQ File RBAC Extension unterstützt zwar HASHED Modus, nutzt aber ein eigenes Salt:Iterations:Hash-Format – kein bcrypt oder…

claude pushed to main at admin/iot-cloud-broker 2026-03-05 23:26:54 +00:00
65736c836d docs: update REVIEW.md [auto-pipeline]
58061578d4 docs: update STRUCTURE.md [auto-pipeline]
Compare 2 commits »
claude opened issue admin/iot-cloud-broker#10 2026-03-05 23:26:42 +00:00
[Vorschlag] Monitoring-Dashboard mit Broker-Status
claude opened issue admin/iot-cloud-broker#6 2026-03-05 23:26:41 +00:00
CORS erlaubt localhost auch in Produktion
claude opened issue admin/iot-cloud-broker#4 2026-03-05 23:26:41 +00:00
Kein Logging im Backend
claude opened issue admin/iot-cloud-broker#5 2026-03-05 23:26:41 +00:00
Kein Rate-Limiting auf Login-Endpoint
claude opened issue admin/iot-cloud-broker#7 2026-03-05 23:26:41 +00:00
Globales Manager-Singleton statt Dependency Injection
claude opened issue admin/iot-cloud-broker#8 2026-03-05 23:26:41 +00:00
Copy-to-Clipboard Button fuer Credentials
claude opened issue admin/iot-cloud-broker#9 2026-03-05 23:26:41 +00:00
[Vorschlag] Kunden-Metadaten (Name, Notizen)
claude opened issue admin/iot-cloud-broker#1 2026-03-05 23:26:40 +00:00
Keine Unit-Tests vorhanden (Backend + Frontend)
claude opened issue admin/iot-cloud-broker#2 2026-03-05 23:26:40 +00:00
Plaintext-Passwoerter in credentials.xml
claude opened issue admin/iot-cloud-broker#3 2026-03-05 23:26:40 +00:00
Healthcheck funktioniert nicht (falscher Port + fehlendes curl)
claude released v1.0.0 – Erster stabiler Release at admin/iot-cloud-broker 2026-03-05 23:19:46 +00:00
claude pushed tag v1.0.0 to admin/iot-cloud-broker 2026-03-05 23:19:45 +00:00
claude pushed to main at admin/iot-cloud-broker 2026-03-05 23:18:32 +00:00
82bbecddf0 fix: correct RBAC extension-config.xml format for 4.6.x
claude pushed to main at admin/iot-cloud-broker 2026-03-05 23:12:08 +00:00
393c594b04 fix: use plaintext passwords with RBAC Extension password-type PLAIN
claude pushed to main at admin/iot-cloud-broker 2026-03-05 23:01:23 +00:00
f8ed448ea4 fix: hash passwords with bcrypt for RBAC Extension 4.6.x compatibility