nickumia-reisys commented on issue #399:
URL: https://github.com/apache/solr-operator/issues/399#issuecomment-1021277255


   > Can you explain how you have setup authentication for your SolrCloud? 
Maybe post the yaml for your solr cloud?
   
   To support dynamic creation, we have terraform code that runs to 
create/destroy credentials on-call.  Per the [solr-operator 
docs](https://github.com/apache/solr-operator/blob/main/docs/solr-cloud/solr-cloud-crd.md#option-1-bootstrap-security),
 it uses the admin password to create/remove new users through the Solr Admin 
UI.
   
   - [Enable 
authentication](https://github.com/GSA/datagov-brokerpak-solr/blob/main/terraform/provision/main.tf#L47)
   - [Create new authentication login 
keypair](https://github.com/GSA/datagov-brokerpak-solr/blob/main/terraform/bind/main.tf#L72-L87)
   - [Delete existing authentication login 
keypair](https://github.com/GSA/datagov-brokerpak-solr/blob/main/terraform/bind/main.tf#L102-L117)
   
   > Yes, if you are using persistent storage for your SolrCloud. If you are 
using ephemeral, then there are no promises currently. The story there should 
get better in future versions.
   
   Understood.  After I asked the question and before you responded, I found 
your other issue (https://github.com/apache/solr-operator/issues/365).  We will 
be moving to persistent volumes 👍 


-- 
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

Reply via email to