cloud-toolkit/cloud-toolkit-aws

Ingress Controller provisioned with an invalid certificate

pasqualet opened this issue · 0 comments

Describe the bug
The Ingress Controller created in the Kubernetes Cluster is provisioned with an invalid certificate.

To Reproduce

import * as ct from "@cloud-toolkit/cloud-toolkit-aws";
const cluster = new Cluster("test-cluster");

Expected behavior
I can access to the exposed Ingress with a valid SSL Certificate.

Actual behavior
The Ingress Controller is using a self-signed SSL Certificate.