squakez commented on issue #5857:
URL: https://github.com/apache/camel-k/issues/5857#issuecomment-3665550706

   I think we can make it much easier by leveraging the annotated ingress 
resources: https://cert-manager.io/docs/usage/ingress/ - I think what we need 
is the verify the existence of the clusterIssuer and, if it exists, just add 
the annotation, so that the Cert Manager operator manages it. We can start 
looking for ClusterIssuer as a default, and, if missing, any namespaced Issuer. 
It could be an `auto` (default `false`) option to perform the logic. Beside 
that we can have the user providing the name of the issuer forcefully, so, the 
operator only verify the existence of the CertManager and the issuer. Hope it 
makes sense. What could be challenging (and funny at the same time) is the e2e 
where we can have a real https call with some autogenerated certificate.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to