v1.13.1
Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in this Piiano Vault release.
New features
- Vault's audit logs now include more relevant information for each API request and new contextual fields to aid security and compliance. See About audit logs for details. The enhancements include:
- Custom audit: a custom information field for each request.
- IP address.
- Auth details, such as role, delegation, approving IDP, and more.
- Additional fields.
- Vault can now start with only the Data or Control component running, configured through PVAULT_SERVICE_COMPONENTS. See Components for details.
Breaking changes
- Vault's audit logs now have different fields for each API request. See About audit logs for details.
- By default, application logs are now streamed to
stdout
(Standard output) instead ofstderr
(Standard error). To stream logs tostderr
, as done in previous versions, use PVAULT_LOG_DESTINATION.
Logic changes
- When PCI restrictions are enabled, (PVAULT_SERVICE_PCI_RESTRICTIONS set to true), Vault blocks transformation updates for the
CC_NUMBER
data type and setting transformations for custom data types based onCC_NUMBER
. See PCI DSS for details.