-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing signature to CSR requests
The cluster can be configured to automatically approve certificate sign requests that are issued when refeshing cluster certificates. However, k8sd rejects the CSR requests since it expects them to include a signature that is currently missing. We'll address the problem by adding the missing CSR signature. Note that the CSR signature is passed through k8s annotations and thus needs to be base64 encoded. We're updating the unit tests accordingly.
- Loading branch information
1 parent
9c6083c
commit 2cd7f6b
Showing
3 changed files
with
42 additions
and
5 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