Hi,
I'm running Vault v1.1.2 engine version 2 on Windows and that line causes a permission denied:
|
final StringBuilder adjustedPath = new StringBuilder(addQualifierToPath(pathSegments, "metadata")); |
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
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