mneethiraj commented on code in PR #1029:
URL: https://github.com/apache/ranger/pull/1029#discussion_r3466248684
##########
plugin-solr/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java:
##########
@@ -68,6 +68,8 @@
public class RangerSolrAuthorizer extends SearchComponent implements
AuthorizationPlugin {
private static final Logger logger =
LoggerFactory.getLogger(RangerSolrAuthorizer.class);
+ private static final String PLUGIN_NOT_INITIALIZED_MSG = "Ranger Solr
plugin is not initialized; denying request";
Review Comment:
I suggest using a generic message, without revealing the configured
authorizer:
```
Access denied: authorizer is not initialized.
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]