[ 
https://issues.apache.org/jira/browse/SOLR-18167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18086760#comment-18086760
 ] 

Utsav commented on SOLR-18167:
------------------------------

Hey [~janhoy], picked this up and put together a fix - 
[https://github.com/apache/solr/pull/4507]



The issue I found to be in `EnvUtils` where the deprecation property migration 
wasn't handling camelcase properly set via `-D` and so I added a normalization 
before conversion.

> Conversion of old to new property name not working
> --------------------------------------------------
>
>                 Key: SOLR-18167
>                 URL: https://issues.apache.org/jira/browse/SOLR-18167
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 10.0
>            Reporter: Eric Pugh
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 10.1
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Upgrading Chorus from Solr 9 to 10.   I am concerned our EnvUtils conversion 
> isn't working.
>  
> "SOLR_OPTS=-Dsolr.auth.jwt.allowOutboundHttp=true" is used with jwt-auth:
> =>org.apache.solr.common.SolrException: wellKnownUrl is using http protocol. 
> HTTPS required for IDP communication. Please use SSL or start your nodes with 
> -Dsolr.auth.jwt.outbound.http.enabled=true to allow HTTP for test purposes.
>  
> at 
> org.apache.solr.security.jwt.JWTIssuerConfig.checkAllowOutboundHttpConnections(JWTIssuerConfig.java:594)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to