You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: