After running install_vault.sh on my mac, I tried to set the plugin's config by command:
$vault write -f ethereum/config
but get response:
Error writing data to ethereum/config: Error making API request.
URL: PUT https://localhost:8200/v1/ethereum/config
Code: 404. Errors:
* 1 error occurred:
* unsupported path
The result of checking the path by command: vault read ethereum/config:
No value found at ethereum/config
I've read the issue #67 but it seems different from this one.
Environment
Installed Vault and plugin successfully by install_vault.sh
Detailed Description
After running install_vault.sh on my mac, I tried to set the plugin's config by command:
$vault write -f ethereum/config
but get response:The result of checking the path by command:
vault read ethereum/config
:I've read the issue #67 but it seems different from this one.
Environment
Installed Vault and plugin successfully by install_vault.sh