This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(certificates) rework vault certificate provider (#4596)
* feat(certificates) rework vault certificate provider This change pulls out the shared logic between Vault into the new manager struct. This is done in pieces to avoid a single large PR. The goal is to reduce all of the existing "providers" to clients that only deal with certificates (no caching, msg broker, logging, or timing). Signed-off-by: Sarah Christoff <[email protected]> * fix errors Signed-off-by: Sarah Christoff <[email protected]> * fix goimports Signed-off-by: Sarah Christoff <[email protected]> * add assert * move assert, remove return Signed-off-by: Sarah Christoff <[email protected]> * remove whitelines Signed-off-by: Sarah Christoff <[email protected]>
- Loading branch information
1 parent
8bae12f
commit d1100a8
Showing
11 changed files
with
1,201 additions
and
506 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
Oops, something went wrong.