Hello guys, I'm using a solrcloud cluster setup in kubernetes (not using the solr operator), so far I'm using an nginx-ingress with basic auth to secure my solr instance. This has been working fine until I've upgraded from version 8.9.0 to 8.10.0/8.11.2. Now after updating to the mentioned versions whenever I open the Solr Admin UI via my ingress I get a basic authentication popup in my browser for each single request I make against the solr, so every single javascript that's called requires an additional basic authentication. This makes the UI pretty much unusable. Does anyone know if there is a workaround for this problem that doesn't involve using the solr built-in authentication method?
The built-in solr authentication has never been enabled so I assume it is disabled by default. Thanks.