malliaridis commented on code in PR #3754:
URL: https://github.com/apache/solr/pull/3754#discussion_r2807774584


##########
solr/ui/src/commonMain/kotlin/org/apache/solr/ui/utils/HttpClientUtils.kt:
##########
@@ -79,3 +87,23 @@ fun getHttpClientWithCredentials(
         }
     }
 }
+
+fun getHttpClientWithBearerTokens(
+    accessToken: String,
+    refreshToken: String? = null,
+    url: Url = Url("http://127.0.0.1:8983/";),

Review Comment:
   Does this prevents you from testing the new UI with chorus?



-- 
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]


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

Reply via email to