vault-java icon indicating copy to clipboard operation
vault-java copied to clipboard

Java implementation of the Vault(Hashicorp) API

Results 3 vault-java issues
Sort by recently updated
recently updated
newest added

A very strange issue here is that i cannot import the library after adding the dependency in pom.xml ![image](https://user-images.githubusercontent.com/958940/53430455-8cf2f380-3a14-11e9-8aad-6faf53279b1d.png)

Please add license and improve DSL this code have some extra movements ``` java System.out.println(vaultResponse.getData().get("access_key")); System.out.println(vaultResponse.getData().get("secret_key")); ``` can you make your code more beauty and shortly, something like this: ```...

I would highly recommend migrating all your classes out of the default package space and into something specific for your project. I know I don't want my app's default package...