Polycrate API 0.11.22 released: LoadBalancer Metrics Fix
Polycrate API 0.11.22 fixes the LoadBalancer metrics query. The detail UI now shows correct …
Polycrate API 0.11.23 introduces crucial fixes for API key authentication and enhances contact management.
User API keys (Knox-based) could not be used for API access. The error message was:
{"detail":"Authentication error: Invalid agent token - credential not found"}
Cause: The agent token authentication mistakenly blocked subsequent authenticators.
Solution: The authentication chain now functions correctly - user API keys are processed by Knox.
User API keys are now visible in the Django Admin:
API keys can be revoked by deletion.
Contacts can now be assigned a role:
| Role | Description |
|---|---|
| Developer | Technical contact |
| Admin | Administrative contact |
| Billing | Billing contact |
| Viewer | Read-only access |
The role is displayed as a badge in the contact table and info drawer.
The Docker base image has been updated to Polycrate CLI 0.29.11 with improved TLS debug logging.
The polycrate-api block has been updated to version 0.5.27 (API 0.11.23):
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install
polycrate run polycrate-api install
Or download the Docker image directly:
docker pull cargo.ayedo.cloud/polycrate/polycrate-api:0.11.23
Polycrate API is the central management platform by ayedo for multi-cluster Kubernetes environments. Learn more →
Polycrate API 0.11.22 fixes the LoadBalancer metrics query. The detail UI now shows correct …
Polycrate API 0.11.21 addresses two critical issues: S3 buckets with Ceph backend now display …
Polycrate API 0.11.20 fixes a JavaScript error and adds debug logging to identify the cause of empty …