netresearch / module-vault-importer
模块,用于添加命令行工具以从 vault 导入机密
0.1.0
2019-03-28 15:38 UTC
Requires
- php: 7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0
- ext-json: *
- csharpru/vault-php: ^3.6.0
- magento/framework: ^101.0.0 || ^102.0.0
- magento/module-config: ^101.0.0 || ^102.0.0
Requires (Dev)
- phpunit/phpunit: ^6.0.9
This package is auto-updated.
Last update: 2024-08-29 03:47:42 UTC
README
扩展,提供命令行工具,将 vault 中的机密导入到 Magento 的配置中。
事实
- 版本: 0.1.0
描述
此 Magento® 2 模块允许您从Vault机密存储中导入机密,并将其应用到 Magento 配置中。
存储在 Vault 中的 JSON 格式值将被递归存储在 Magento® 的 core_config_data
数据库表中。
要求
- PHP >= 7.0.6
- PHP >= 7.1.0
- PHP >= 7.2.0
兼容性
- Magento® >= 2.2.0+
- Magento® >= 2.3.0+
安装说明
运行此命令将扩展添加到您的 composer 需求中
composer require netresearch/module-vault-import
一旦源文件可用,让应用程序知道它们
./bin/magento module:enable Netresearch_VaultImport
./bin/magento setup:upgrade
最后但同样重要的是,刷新缓存并编译。
./bin/magento cache:flush
./bin/magento setup:di:compile
用法
运行以下命令以打印用法信息
./bin/magento vault:import --help
卸载
要从应用程序中注销模块,请运行以下命令
./bin/magento module:uninstall Netresearch_VaultImport
composer update
这将自动删除源文件并更新包依赖关系。
开发者
- Paul Siedler | Netresearch GmbH & Co. KG | @powlomat
- Max Melzer | Netresearch GmbH & Co. KG | @_maxmelzer
许可
版权
(c) 2019 Netresearch DTT GmbH