matslindh opened a new issue, #437:
URL: https://github.com/apache/solr-operator/issues/437

   The nginx ingress controller supports using a default certificate for 
connections that don't have an explicit secret set in their `tls` section. This 
default certificate is only used if a `secretName` is not provided. 
   
   As far as I've been able to tell [from how the Ingress entry is 
created](https://github.com/apache/solr-operator/blob/395e83861cfe6bdb31dd3f1dcc94847af41ba01e/controllers/util/solr_util.go#L862)
 there is no way of getting an ingressTLS object added without providing some 
sort of secret.
   
   Would it be possible to get an option to make the operator create an ingress 
entry with TLS, but without a secret name to make nginx use the default 
certificate? (which usually will be a wildcard certificate matching the at a 
certain level of the domainName given).


-- 
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: issues-unsubscr...@solr.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to