-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
There are 5 cases that the CertGenerator impl needs to handle:
- case: Both TLS encryption key and cert and CA are in the cluster. ref:
pkg/tlsutil: implement the case ca and key are in the cluster #412 - Testing above. ref: *: test the case when both app and CA TLS assets exist #439
- case: TLS encryption key and cert are in the cluster but not the CA. ref: *: test the case where only the application TLS asset exists #444
- Testing above. ref: *: test the case where only the application TLS asset exists #444
- case: TLS encryption key and cert not in the cluster but the CA is. ref: *: implement and test the case where CA exists but App secret doesn't #446
- Testing above. ref: *: implement and test the case where CA exists but App secret doesn't #446
- case: None of the TLS encryption key and cert and the CA are in the cluster. ref: pkg/tlsutil: impl none of the CA and App TLS assets are found #450
- Testing above. ref: pkg/tlsutil: impl none of the CA and App TLS assets are found #450
- case: CA is passed in.
- Testing above
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.