thelabdude opened a new pull request #253:
URL: https://github.com/apache/solr-operator/pull/253


   This fixes #252 .
   
   In addition to unit tests, I added the following config to my SolrCloud CRD 
YAML to enable basic auth and configure my provided ZK ensemble with ACLs:
   ```
     solrSecurity:
       authenticationType: Basic
      ...
     zookeeperRef:
       provided:
         acl:
           secret: dev-zk-admin-acl
           passwordKey: password
           usernameKey: username
         readOnlyAcl:
           secret: dev-zk-readonly-acl
           passwordKey: password
           usernameKey: username
   ```
   Verified the `/security.json` was bootstrapped with the correct ACLs.


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

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