VitalijusDBentley commented on issue #719: URL: https://github.com/apache/solr-operator/issues/719#issuecomment-2504534792
Anyone looking for `SolrPrometheusExporter` 9.6 or older and having problems with Basic Auth and `"blockUnknown": true` upgrade exporter to 9.7 and change SolrPrometheusExporter CRD: ```yaml customKubeOptions: podOptions: envVars: - name: CREDENTIALS valueFrom: secretKeyRef: key: {{keyName with combined `username:password` format }} name: {{secret name}} image: repository: library/solr tag: '9.7' ``` [Command source](https://github.com/apache/solr/blob/releases/solr/9.7.0/solr/prometheus-exporter/bin/solr-exporter#L132) [Solr Exporter source](https://github.com/apache/solr/blob/releases/solr/9.7.0/solr/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/SolrExporter.java#L246) -- 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 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