Releases: hashicorp/vault-plugin-secrets-ad
Releases · hashicorp/vault-plugin-secrets-ad
v0.19.0
v0.18.0
Bump indirect deps for OSV (#127)
v0.13.0
Add credential check-out
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 <[email protected]> * log and count when check-outs are unavailable (#57)
Make previous fields optional during config updates
Merge pull request #36 from hashicorp/update-vault-deps Update vendored dependencies