Open jsyrjala opened 4 years ago
Let's also make VaultException to be RuntimeException.
This is now in master. Will release once we get node cli and integration tests that cover all the language versions via the cli
I am wondering this difference:
Default stack names are "vault" and "vault2". Why the difference? I think you should be able to use the same CloudFormation stack with both libs.
Yes, good catch. Refactoring bug... BTW this does not work yet - needs to be tested properly.
Also old vault lib has a problem where VaultException is not thrown on all errors, some times you get AWS exceptions, like when key does not exist.
Implement java library for using AWS Java SDK v2 https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/welcome.html
Make separate maven library for this, e.g
com.nitorcreations:aws-vault-v2
so that projects using v2 SDK do not have include v1 stuff.