We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm running Vault v1.1.2 engine version 2 on Windows and that line causes a permission denied:
vault-java-driver/src/main/java/com/bettercloud/vault/api/LogicalUtilities.java
Line 109 in 93c5c17
because the path with the qualifier "metadata" is wrong and should be "data" as in the read. With this change it's working fine on my machine.
Thanks
The text was updated successfully, but these errors were encountered:
This does appear to be broken. Can this change be included in 5.2?
Sorry, something went wrong.
#213 submitted.
No branches or pull requests
Hi,
I'm running Vault v1.1.2 engine version 2 on Windows and that line causes a permission denied:
vault-java-driver/src/main/java/com/bettercloud/vault/api/LogicalUtilities.java
Line 109 in 93c5c17
because the path with the qualifier "metadata" is wrong and should be "data" as in the read. With this change it's working fine on my machine.
Thanks
The text was updated successfully, but these errors were encountered: