ctidigital / magento2-configurator

Magento 2 Configurator
https://ctidigital.github.io/magento2-configurator/
MIT License
169 stars 60 forks source link

Auto-encryption of system configurations using Encrypted model #119

Closed Scarraban closed 4 years ago

Scarraban commented 4 years ago

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.