You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Jerry Chung (Jira)" <ji...@apache.org> on 2022/03/15 14:55:00 UTC

[jira] [Created] (SOLR-16100) Solr tool does not work with custom zkACLProvider

Jerry Chung created SOLR-16100:
----------------------------------

             Summary: Solr tool does not work with custom zkACLProvider
                 Key: SOLR-16100
                 URL: https://issues.apache.org/jira/browse/SOLR-16100
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Authentication, Authorization
    Affects Versions: 8.11.1
            Reporter: Jerry Chung


When a custom zkACLProvider is implemented, solr tool does not pick up the plugin jar files.
{code:java}
 function run_tool() {
  "$JAVA" $SOLR_SSL_OPTS $AUTHC_OPTS $SOLR_ZK_CREDS_AND_ACLS -Dsolr.install.dir="$SOLR_TIP" \
    -Dlog4j.configurationFile="$DEFAULT_SERVER_DIR/resources/log4j2-console.xml" \
    -classpath "$DEFAULT_SERVER_DIR/solr-webapp/webapp/WEB-INF/lib/*:$DEFAULT_SERVER_DIR/lib/ext/*:$DEFAULT_SERVER_DIR/lib/*" \
    org.apache.solr.util.SolrCLI "$@"  return $?
} # end run_tool function{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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