thelabdude opened a new issue #252:
URL: https://github.com/apache/solr-operator/issues/252


   Currently, only the `zookeeperRef.connectionInfo` struct allows setting up 
ZK ACLs via the `SOLR_ZK_CREDS_AND_ACLS` env var. I think users may want Solr 
to use ZK ACLs for the `provided` ZK as well.
   
   A quick work-around would be to add the env vars for the main container, but 
those don't get passed along to the `setup-zk` initContainer (which bootstraps 
security.json). This results in security.json not having ACLs set.
   
   However, even if we fix this issue in the operator code, the Zookeeper 
operator configures ZK to not enforce ACLs, see:
   https://github.com/pravega/zookeeper-operator/issues/316. Thus, until that 
issue is fixed, if you need ZK ACLs, then you're encouraged to not use the 
Zookeeper operator and instead deploy ZK using Helm or some other means.


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to