WIP: feat(update default ingress class): score to update default ingress class to use trusted CA cert #158

Closed
wjro wants to merge 4 commits from feat/okd_default_ingress_class into master
Owner

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.

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.
wjro added 1 commit 2025-09-12 20:06:14 +00:00
Owner

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.

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.
wjro closed this pull request 2025-10-22 15:36:47 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: NationTech/harmony#158
No description provided.