radu-gheorghe commented on issue #654: URL: https://github.com/apache/solr-operator/issues/654#issuecomment-1849972097
I've fiddled with this enough to think that I understand the use-case. It sounds like we have two paths: 1) The user [bootstapped basic auth](https://apache.github.io/solr-operator/docs/solr-cloud/solr-cloud-crd.html#option-1-bootstrap-security). In this case, we need to point the exporter to the default auth secret (<CLOUD-NAME>-solrcloud-basic-auth). 2) The user [provided their own security.json and auth secret](https://apache.github.io/solr-operator/docs/solr-cloud/solr-cloud-crd.html#option-2-user-provided-securityjson-and-credentials-secret). In which case that secret will be in the SoldCloud object definition, so we should simply get it from there and re-use it in the exporter. Am I on the right path? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
