jopenlibs / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://jopenlibs.github.io/vault-java-driver
26 stars 18 forks source link

Reorganized /sys/* endpoints #25

Closed henryx closed 1 year ago

henryx commented 1 year ago

Since now, /sys/* endopoints are in various locations of the codebase. With this PR, endpoints are reorganized in a dedicated package and called with a dedicated class. This fixes #9

henryx commented 1 year ago

Minor changes: the CI was reorganized using only supported Vault versions

henryx commented 1 year ago

Other minor changes: unit tests now uses mocked resources instead of external resources