Task #105651
closedPlease add blinded configuration for 'TYPO3_DB' DB-Configuration user and password for $GLOBALS['TYPO3_DB'] in GlobalVariableProvider::$blindedConfigurationOptions
0%
Description
Please add blinded configuration for 'TYPO3_DB' DB-Configuration from typo3db_legacy-extension user and password for $GLOBALS['TYPO3_DB'] in 2743b/typo3/sysext/lowlevel/Classes/ConfigurationModuleProvider/GlobalVariableProvider.php#L29-L67
$GLOBALS['TYPO3_DB'] is set here https://github.com/FriendsOfTYPO3/typo3db_legacy/blob/main/ext_localconf.php#L68
Please add in all LTS and ELTS-Versions!
Updated by Heiko Dietrich about 21 hours ago
Here is the correct Link to github https://github.com/TYPO3/typo3/blob/main/typo3/sysext/lowlevel/Classes/ConfigurationModuleProvider/GlobalVariableProvider.php#L29-L67
Updated by Garvin Hicking about 12 hours ago
- Status changed from New to Rejected
Not sure I understand... the typo3_db legacy extension would need to implement the ModifyBlindedConfigurationOptionsEvent event to modify these values. The core will not add extension specific or legacy options to the default array.
Please let me know if I misunderstood something and thanks for taking the time to report your issue!