-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added fix for renewal of user provided CAs (#6180)
* Added fix for renewal of user provided CAs Signed-off-by: Paolo Patierno <[email protected]> Fixed unit test Signed-off-by: Paolo Patierno <[email protected]> Fixed NPE when no thumbprint annotation is on Secret Signed-off-by: Paolo Patierno <[email protected]> Factored out a common method to check CA cert thumbprint is changed Defined a method to return the annotation for CA cert thumbprint Signed-off-by: Paolo Patierno <[email protected]> Addressed different comments Signed-off-by: Paolo Patierno <[email protected]> Changed printing CA certificate thumbprint to DEBUG log level Signed-off-by: Paolo Patierno <[email protected]> * Renamed ClientsCa method to set broker secret Signed-off-by: Paolo Patierno <[email protected]> * Refactored to use CA certificate generation instead of thumbprint Signed-off-by: Paolo Patierno <[email protected]> * Factored out a MockedCa for unit tests Trivial methods refactoring Signed-off-by: Paolo Patierno <[email protected]>
- Loading branch information
Showing
14 changed files
with
195 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.