WIP: feat(update default ingress class): score to update default ingress class to use trusted CA cert #158
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#158
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/okd_default_ingress_class"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
built basic structure for the score to update the default ingress class in an okd cluster. Updating the default ingress to use a ca cert allows dynamically provisioning tls certificates for ingresses.
Also added quality of life function to check if a deployment exists using the k8sclient.
Context : private cloud
Private cloud operators will like exposing automatically ingress ressources in the internal network with the default router. This router is generally also exposed publicly, which means that all ingresses will be reachable publicly if the HOST header is correct.
I think this behavior has serious enough implications to validate with customers what behavior they like.
Pull request closed