feat: auto-generate TYPO3 encryption key for feature branch instances#25
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request introduces dynamic encryption key generation during deployment. A new template variable Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
bin2hex(random_bytes(48))DEPLOYER_CONFIG_ENCRYPTION_KEYenvironment variableChanges
deployer/feature/task/feature_setup.php- AddDEPLOYER_CONFIG_ENCRYPTION_KEYto default template argumentsdeployer/typo3/example/deployer/templates/.env.dist- Replace static key with{{DEPLOYER_CONFIG_ENCRYPTION_KEY}}placeholderSummary by CodeRabbit