apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
246 stars 111 forks source link

Add option for explicit keystore/truststore password for mountedDir #608

Closed HoustonPutman closed 1 year ago

HoustonPutman commented 1 year ago

Resolves #603

The Cert Manager CSI Driver only accepts a string password when creating pkcs12 keystores, so we need to support this.

This will be tested by #605 , which isn't great, but any issues will be fixed there.

TODO: