You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/04/08 17:42:22 UTC

[GitHub] [solr-operator] thelabdude opened a new issue #252: Provided Zookeeper config should also allow setting SOLR_ZK_CREDS_AND_ACLS for Solr

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-operator] thelabdude closed issue #252: Provided Zookeeper config should also allow setting SOLR_ZK_CREDS_AND_ACLS for Solr

Posted by GitBox <gi...@apache.org>.
thelabdude closed issue #252:
URL: https://github.com/apache/solr-operator/issues/252


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org