kloudlib icon indicating copy to clipboard operation
kloudlib copied to clipboard

cert-manager configuration

Open simenandre opened this issue 5 years ago • 1 comments

Hello! Thanks for the awesome library!

I was thinking of using @kloudlib/cert-manager and had a look at the component. In my stack I use Google DNS, there are obviously other configurations that would be interesting for people as well, maybe more of the issuer should be configured?

What do you think?

simenandre avatar Aug 02 '20 20:08 simenandre

Hey @cobraz

I think adding support for different cert-manager challenges is a good idea.

I think we can introduce this configuration on the component Inputs and set the default to the current HTTP01 configuration.

How do you think we could support the following use-cases?

  • a user wants to configure the default cluster issuer
  • a user wants to configure the default cluster issuer + add additional cluster issuers

Place1 avatar Aug 03 '20 01:08 Place1