Improved
v1.0.0-rc.8 – Security Hardening and Integration Updates
about 2 months ago by Henrik Buhl
v1.0.0-rc.8 – Security Hardening and Integration Updates
Date: 2025-12-17
Status: Release Candidate 8
This release focuses on security hardening, improved observability, and refinements to the Pixop REST API and Pixop–Mimir integration.
Internal
- Added rotation of encryption master secrets
- Added rotation of API key master secret
- Introduced monitoring of JVM metrics for better runtime visibility
- Improved alert messages with timestamps and environment information for easier debugging
Pixop REST API
- Added
deletionEligibleAtto theApiKeyschema
API keys now become eligible for automatic deletion if they are not used for authentication for 90 consecutive days.
Pixop Mimir integration API
- Improved error messages when authentication fails to more clearly indicate which Mimir permissions are missing
- Removed the
mimirCustomActionSecretfield from thePixopMimirIntegrationPutschema
A 256-bitcustomActionSecretis now generated server-side by Pixop instead of being provided by the client. - Added
createNewCustomActionSecretto theMimirSetupschema to allow rotating the custom action secret when updating the integration - Added
customActionsIncludeMimirUserTokento theMimirSetupschema to control whether Mimir custom actions include the triggering user's token in requests sent to Pixop
Notes
- This release continues to harden security and improve operability ahead of the stable
v1.0.0 - Please report feedback or issues to [email protected]
