-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with basic auth #672
Comments
That sounds like a race-condition for bootstrapping the security.json... How strange. This only happens when creating the cloud for the first time, correct? |
@HoustonPutman Yes, happens only for the first time. As a workaround, I added the following code to my solr-cloud yaml, it temporarily fixed the issue.
|
Also possible solution is to release with |
Hi,
I am running solr-operator 0.8.0, solr 9.4.0 on GKE. Here is my YAML file
The pods keep crashing. To inspect, I logged one of the pod. This is the error I am getting;
This does not happen if I
kubectl apply -f yaml.yaml
without the basic auth property. One more thing I noticed is, the error miraculously goes away if I justkubectl delete pod/dev-solrcloud-1
since it gets re-created.The text was updated successfully, but these errors were encountered: