-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Fix in Leases section #18
Conversation
…/blob/master/CHANGELOG.md#080-august-9th-2017 and the current Vault documentation
The patch is OK with me. Do you see any issues at the: https://github.com/jopenlibs/vault-java-driver/blob/master/.github/workflows/gradle.yml ? |
src/test-integration/java/io/github/jopenlibs/vault/v1_11_4/api/LeasesTests.java
Outdated
Show resolved
Hide resolved
src/test-integration/java/io/github/jopenlibs/vault/v1_11_4/api/LeasesTests.java
Outdated
Show resolved
Hide resolved
src/test-integration/java/io/github/jopenlibs/vault/v1_11_4/api/LeasesTests.java
Outdated
Show resolved
Hide resolved
Hi @henryx. I left some comments for the patch. Please fix ones when you have a time. Not clear for me: why there are only negative tests for |
Sorry, one more comment: What do you think about change this API to |
I think is not possible to return
So, is possible to return |
@henryx thanks for contribution. The patch is merged. |
@tledkov yes, thank you! |
According to tests, Leases lacks of a correct integration test suite. Also, leases implementation doesn't follow current Vault implementation (see https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#080-august-9th-2017 and the Vault documentation). This MR provide to fix these lacks