-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
1 parent
0f2fd53
commit 7abbf39
Showing
31 changed files
with
3,360 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.