malliaridis commented on code in PR #3754:
URL: https://github.com/apache/solr/pull/3754#discussion_r2807773795
##########
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:
No, but the new UI is currently configured to work only with 127.0.0.1:8983,
as a quick solution. I guess I will address this next in a separate PR, as this
limits the usage of the application. I believe I have 1-2 other places where
this is hardcoded, which I should not do. 🤕
--
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]