Skip to content

Releases: hashicorp/vault-plugin-secrets-ad

v0.19.0

11 Sep 17:45
a1be953
Compare
Choose a tag to compare
update changelog (#129)

v0.18.0

22 May 12:31
57d7545
Compare
Choose a tag to compare
Bump indirect deps for OSV (#127)

v0.13.0

25 May 19:03
Compare
Choose a tag to compare
Release commit for v0.13.0

Add credential check-out

10 Oct 17:50
7abbf39
Compare
Choose a tag to compare
Feature Active Directory credential checkout (#55)

* change readConfig from a method to a function (#39)

* Add storage handler (#41)

* add storage handler

* changes from feedback

* add validateInputs func and tests

* fix comment indentation

* comment all exported items

* fix comment indentation

* Add password handler (#43)

* add password handler

* add ErrNotFound

* fix build ooms (#46)

* Add reserve API endpoints (#47)

* fix test edits that were for debugging (#48)

* Add checkout status endpoint (#50)

* add checkout status endpoint

* only return the available field if its checked in

* order imports

* Add enforcement toggle (#49)

* add enforcement toggle

* add more tests

* replace lending period with ttl and max ttl (#51)

* Rename reserve to set (#52)

* rename reserve to set

* update test err

* remove dupe ttl lines

* Add check-out, check-in, renewal, revocation, and race protection (#53)

* flatten check-out handler (#54)

* finish replacing Reserve with Set

* Fixes from testing (#56)

* error loudly on unauthorized check-ins

* 400 when check-outs are unavailable

* make check-ins an empty array when none are executed

* dont error if someone tries to check in an account already in

* Update plugin/path_checkouts.go

Co-Authored-By: Jim Kalafut <jkalafut@hashicorp.com>

* log and count when check-outs are unavailable (#57)

Make previous fields optional during config updates

03 Jul 17:25
00a95e1
Compare
Choose a tag to compare
Merge pull request #36 from hashicorp/update-vault-deps

Update vendored dependencies