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
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
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
The text was updated successfully, but these errors were encountered:
I believe this is a duplicate of #18. The actual issue is incorrect instructions when writing the configuration (see #18 (comment) and #18 (comment))
If you start over with the pinned SDK version, it should work using the correct op/ path:
vault write op/config @op-connect-config.json
I've tested this recently and it works on the latest version of Vault server. I'm submitting a PR shortly that will contain corrected instructions. :-)
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:
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
The text was updated successfully, but these errors were encountered: