-
Notifications
You must be signed in to change notification settings - Fork 20
Description
following the instructions I get vault API errors indicating a library is out of date
the SDK version has reved substantially from the one used in the go.mod file from 0.1.12 (released Jul 25, 2019) to 0.7.0 (released Jan 13, 2023)
I have been testing and I have been able to build with the SDK up 0.3.0 but I still get the following error
--
Error enabling: Error making API request.
URL: POST http://localhost:8200/v1/sys/mounts/op
Code: 400. Errors:
- invalid backend version: 2 errors occurred:
- Unrecognized remote plugin message:
This usually means that the plugin is either invalid or simply
needs to be recompiled to support the latest protocol.
* Unrecognized remote plugin message:
This usually means that the plugin is either invalid or simply
needs to be recompiled to support the latest protocol.
--
The error indicates an out of date SDK / protocol is being used