generated from vshn/go-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Allow operators to customize the secret key parameters for the service CA. Currently the parameters are hard-coded.
k8s-service-ca-controller/certs/ca.go
Lines 128 to 132 in 2aa9526
| // TODO: make the private key config configurable? | |
| PrivateKey: &cmapi.CertificatePrivateKey{ | |
| Algorithm: cmapi.ECDSAKeyAlgorithm, | |
| Size: 521, | |
| }, |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request