-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove bare returns * Readability cleanup Removed bare returns Removed unused return values Small readability improvements * Remove errwrap * Make tests happy again * Add rotate-root endpoint * Use correct response value * Fix merge failure * Add additional AAD warnings; Respond to code review * Fix test * Don't pass config as a pointer so it gets a copy * Fix expiration date logic; fix inverted warning logic * Minor code review tweaks * Move expiration to config * Don't error if there isn't an error * Update the config & remove old passwords in the WAL * Return default_expiration on config get * Return expiration from GET config * Update path_rotate_root.go Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com> * Update per review * Rebase * Fix test * Revert "Rebase" This reverts commit a693813. * Remove named returns * Update per review * Update path_config.go Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com> * Update per review * Use periodicFunc, change wal * Fix config test * Add expiration date, update logger * Fix timer bug * Change root expiration to timestamp * Fix named returns * Update backend.go Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com> * Update per feedback, add more tests * Add wal min age * Update mock * Update go version * Revert "Update go version" This reverts commit ac58246. * Remove unused wal code Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com> Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
- Loading branch information
1 parent
d0bc473
commit b6bdd8a
Showing
20 changed files
with
1,087 additions
and
146 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
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.