appuio / component-openshift4-ingress

Commodore component to manage Ingress Controllers on OpenShift 4
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Add support for configuring custom certificates via component parameters #20

Closed simu closed 2 years ago

simu commented 2 years ago

This PR introduces new component parameters secrets and cert_manager_certs which can be used to manage the router default certificate via the configuration hierarchy.

Parameter secrets is intended for cases where a wildcard certificate has been purchased from a certificate authority.

Parameter cert_manager_certs allows users to configure a Certificate resource to request a wildcard certificate from a cert-manager issuer present on the cluster.

Fixes #16

Checklist