amperity / vault-clj

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

KV-V2 Destroy and Undelete #41

Closed drassaby closed 4 years ago

drassaby commented 4 years ago

Along with #40, this resolves #39 .

Exposes destroy and undelete KV V2 endpoints.

codecov-io commented 4 years ago

Codecov Report

Merging #41 into develop will increase coverage by 0.31%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #41      +/-   ##
===========================================
+ Coverage    49.45%   49.76%   +0.31%     
===========================================
  Files           10       10              
  Lines          639      643       +4     
  Branches        29       29              
===========================================
+ Hits           316      320       +4     
  Misses         294      294              
  Partials        29       29
Impacted Files Coverage Δ
src/vault/secrets/kvv2.clj 96.77% <100%> (+0.47%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5135836...cdea2f6. Read the comment docs.