genecommerce / module-encryption-key-manager

Tooling to help generate and invalidate magento encryption keys
GNU Lesser General Public License v3.0
54 stars 14 forks source link

System core_config_data path not correct #35

Closed JoostWan closed 1 month ago

JoostWan commented 1 month ago

system/default/dev/debug/gene_encryption_manager_only_log_old_decrypts

https://github.com/genecommerce/module-encryption-key-manager/blob/master/Plugin/LogDecrypts.php#L40

Must be dev/debug/gene_encryption_manager_only_log_old_decrypts

Same for https://github.com/genecommerce/module-encryption-key-manager/blob/master/Plugin/LogDecrypts.php#L36

https://github.com/genecommerce/module-encryption-key-manager/blob/master/etc/adminhtml/system.xml

convenient commented 1 month ago

Hey @JoostWan , is this all working okay for you then?

JoostWan commented 1 month ago

@convenient Sorry, mistake on our side. We missed the function for adding the values to the env.php. The first one doesn’t work when maintenance is disabled because of the extensive logging (We think). When you run the second command first and then enabled the logging its working fine.

Many thanks for this module :)

convenient commented 1 month ago

I will update the docs to ensure they're activated in the correct order