On January 26, 2026, a subset of pipeline executions in the production environment failed when triggered by users whose names contained non-ASCII characters. The issue was caused by an encoding error introduced as part of a recent platform change related to propagating user context information between services. The issue was identified, mitigated, and fully resolved through a corrective deployment.
During the incident window:
There was no data loss, and the impact was limited to execution initiation for a specific subset of users.
A recent platform enhancement introduced logic to pass user context information between internal services using HTTP headers. This implementation did not correctly encode header values containing non-ASCII characters.
When a pipeline execution was triggered by a user whose name contained special or international characters, the improperly encoded header value caused request validation to fail, resulting in execution failures.
As an immediate mitigation:
Following these actions, pipeline executions resumed normal operation for all users.
To prevent recurrence and improve overall platform robustness, the following actions are being taken: