Polycrate API 0.11.26 released: Downtime Recovery Fix
Polycrate API 0.11.26 ist ein Hotfix-Release mit einem kritischen Bugfix für das Downtime Recovery. …
Polycrate API 0.11.28 ist ein Bugfix-Release mit einem kritischen Fix fuer die Keycloak Organization-Synchronisation.
Die Synchronisation von Organizations nach Keycloak schlug in Production (Keycloak 26.4.0) fehl:
Keycloak org creation failed: 400 - Empty Space not allowed.
Ursache: Keycloak 26.4.0 hat strengere Validierung eingefuehrt, die Leerzeichen im alias-Feld von Organizations ablehnt. Der bisherige Code verwendete display_name (z.B. “Connext Communication GmbH”) als alias.
Loesung:
alias verwendet jetzt den slug (keine Leerzeichen)display_name wird in description und als Keycloak-Attribut gespeichertReferenz: GitHub Issue #1135
Der polycrate-api Block wurde auf Version 0.5.32 (API 0.11.28) aktualisiert:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install
polycrate run polycrate-api install
Oder laden Sie das Docker Image direkt:
docker pull cargo.ayedo.cloud/polycrate/polycrate-api:0.11.28
Polycrate API ist die zentrale Management-Plattform von ayedo fuer Multi-Cluster-Kubernetes-Umgebungen. Mehr erfahren →
Polycrate API 0.11.26 ist ein Hotfix-Release mit einem kritischen Bugfix für das Downtime Recovery. …
Polycrate API 0.11.25 ist ein Patch-Release mit wichtigen Bugfixes und Performance-Optimierungen. …
Polycrate API 0.11.22 behebt die LoadBalancer Metrics-Abfrage. Die Detail-UI zeigt jetzt korrekte …