Addition to allow the configurator to automatically encrypt any system configurations using the Magento\Config\Model\Config\Backend\Encrypted backend model, even if the encryption flag is not set in the YAML.
The encryption flag continues to function in case there's any reason you'd need to encrypt a config that doesn't use the default encryption model, or has no backend_model set.
Addition to allow the configurator to automatically encrypt any system configurations using the
Magento\Config\Model\Config\Backend\Encrypted
backend model, even if theencryption
flag is not set in the YAML.The
encryption
flag continues to function in case there's any reason you'd need to encrypt a config that doesn't use the default encryption model, or has no backend_model set.