You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: normalize default SOURCEBOT_ENCRYPTION_KEY to 32 characters
The default SOURCEBOT_ENCRYPTION_KEY in docker-compose is 33 zeros, which
fails the 32-character (AES-256) length validation. Preprocess the value so
the all-zeros default is trimmed to 32 characters before validation.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments