Type
magento2-module
Module to add cli commands to import secrets from vault
magento2-module
OSL-3.0
None
None
None
None
None
Extension to provide CLI commands to import secrets from vault into Magento's config.
This Magento® 2 Module enables you to import secrets from a Vault secret storage and apply them to the Magento config.
Values stored as JSON within Vault will be recursively stored in the Magento® core_config_data
database table.
Run this command to add the extension to your composer requirements:
composer require netresearch/module-vault-import
Once the source files are available, make them known to the application:
./bin/magento module:enable Netresearch_VaultImport
./bin/magento setup:upgrade
Last but not least, flush cache and compile.
./bin/magento cache:flush
./bin/magento setup:di:compile
Run the following command to print usage information:
./bin/magento vault:import --help
To unregister the module from the application, run the following command:
./bin/magento module:uninstall Netresearch_VaultImport
composer update
This will automatically remove source files and update package dependencies.
OSL - Open Software Licence 3.0
(c) 2019 Netresearch DTT GmbH