-
Notifications
You must be signed in to change notification settings - Fork 15
Sensitive and environment-specific settings #178
Comments
@eoquijano Thanks for your suggestion. Would you be able to submit these changes as a PR to this extension? If not, we will add this to our backlog of tasks to address, but it will take longer to implement. |
Hi. I may be able to do it later after I finish with a project's deadline. The change itself is very simple but I think you have an set of integration tests to set up? |
… the configuration type pool.
Hi @erikhansen, I created PR #186 with the additions to |
…ment-specific-settings [#178] Added sensitive and environment-specific entries to the configuration type pool
@leoquijano Thanks for your contribution! @rsisco I've reviewed and merged @leoquijano's PR associated with this issue. Can you include this in the next release of the extension (and ensure to credit @leoquijano for the contribution)? |
This has been included in version 1.4.8. Closing issue. |
Hello,
I'm using the
ClassyLlama_AvaTax
module v1.4.5 in Magento v2.2.6, and I noticed that some settings are not being marked as sensitive, for both production and development modes:Also, it seems that the following setting should be environment-specific:
Not having these settings set as sensitive and environment-specific means that they will be exported by
bin/magento app:config:dump
intoapp/etc/config.php
, a file which is intended to be version controlled. That risks exposing some private settings, and also makes it more difficult to use the same code base for both production and development sites.Following Magento's recommendations, I created a custom module with a simple
di.xml
file for my projects, as follows:This works for my setup, but I figured it would be better if it's included in the official version of the module. Can you take a look and see if including it is feasible?
Thanks.
The text was updated successfully, but these errors were encountered: