Affects
Teams deploying or operating the SPI service for Pix operations in any environment, including development and production.
What changed
The documentation now correctly states that two values protecting operations PII are mandatory in every environment:
SPI_OPERATIONS_PII_ENCRYPTION_KEYmust be a valid AES-256 key.SPI_OPERATIONS_BLIND_INDEX_PEPPERmust contain at least 32 characters.
Impact
Classification: Action required. The prior wording did not make the startup requirement explicit. A deployment that omits either value, or supplies an invalid value, cannot start the SPI service.
What you need to do
1
Before the next SPI start or redeployment, provide both values through your secret manager in every environment.
2
Verify that the encryption key is a valid AES-256 key and that the blind-index pepper contains at least 32 characters.
3
Do not commit or log either value. Plan a re-index or re-encryption before rotating a pepper or key.

