BetterCloud / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://bettercloud.github.io/vault-java-driver/
335 stars 224 forks source link

Add new Pki::issue method that takes an IssueOptions object #211

Open kb opened 4 years ago

kb commented 4 years ago

To avoid a breaking api change, duplicated the existing Pki::issue method and updated it to take an IssueOptions object. This makes the api more flexible for future api option value additions and avoids stacking many positional arguments into the method signature.

kb commented 4 years ago

Addresses issue https://github.com/BetterCloud/vault-java-driver/issues/190