amperity / vault-clj

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

Add LDAP support #14 #16

Closed kenrestivo-stem closed 7 years ago

kenrestivo-stem commented 7 years ago

Add LDAP auth support.

Tested here, appears to work.

codecov-io commented 7 years ago

Codecov Report

Merging #16 into develop will decrease coverage by 0.29%. The diff coverage is 10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #16     +/-   ##
==========================================
- Coverage    25.24%   24.95%   -0.3%     
==========================================
  Files            6        6             
  Lines          511      521     +10     
  Branches        15       15             
==========================================
+ Hits           129      130      +1     
- Misses         367      376      +9     
  Partials        15       15
Impacted Files Coverage Δ
src/vault/core.clj 75% <ø> (ø) :arrow_up:
src/vault/client/http.clj 12.36% <10%> (-0.09%) :arrow_down:

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 c90dcc7...18228d9. Read the comment docs.