immutability-io / vault-ethereum

A plugin that turns Vault into an Ethereum wallet.
244 stars 66 forks source link

Error when setting config #68

Open std95174 opened 4 years ago

std95174 commented 4 years ago

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:

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

cypherhat commented 4 years ago

FWIW, I just released a new version of the plugin that supports Vault 1.0.3. That said, your issue is likely related to how you mount the plugin.

How are you mounting the plugin?