amperity / vault-clj

Clojure client for Hashicorp's Vault secret management system.
Other
70 stars 17 forks source link

[2.x] Implement system mounts interface #84

Closed greglook closed 1 year ago

greglook commented 1 year ago

Implement the /sys/mounts endpoints in the new 2.x branch. This will mostly be useful for the integration tests to not shell out, so can be considered optional.