epugh commented on a change in pull request #2430: URL: https://github.com/apache/lucene-solr/pull/2430#discussion_r583565911
########## File path: solr/core/src/java/org/apache/solr/security/JWTIssuerConfig.java ########## @@ -68,6 +68,11 @@ private WellKnownDiscoveryConfig wellKnownDiscoveryConfig; private String clientId; private String authorizationEndpoint; + + public static boolean ALLOW_OUTBOUND_HTTP = Boolean.parseBoolean(System.getProperty("solr.auth.jwt.allowOutboundHttp", "false")); + public static final String ALLOW_OUTBOUND_HTTP_ERR_MSG = "Outbound non SSL protected JWT authentication urls are not enabled, start your nodes with -Dsolr.auth.jwt.allowOutboundHttp=true."; + + Review comment: "Jan-Lint-Bot" ;-) Where is my Solr Java Lint checker ;-) ---------------------------------------------------------------- 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...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org