-
Notifications
You must be signed in to change notification settings - Fork 116
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
Solrcloud pods not starting with custom security.json #594
Comments
Are your pods starting and failing the If its the former, then the issue is likely your If its the latter, then it's an issue with your secret. (I think this is the case). You are using the same secret ( You can find more information in the documentation: https://apache.github.io/solr-operator/docs/solr-cloud/solr-cloud-crd.html#custom-securityjson-secret |
Hi @rekhasinghcali and @HoustonPutman, I've got a similar issue and I've tried a variety of things to make it work. I started out with just a plain Basic Auth implementation, like:
And that worked ... for a bit. Then suddenly it broke. I don't know what I did right, wrong or changed to make it break. In any case, I've been trying to use/understand the I've tried to understand the documentation (on page linked above), but I'm lost ... as you can probably tell. Perhaps after I understand this better I can try to contribute with some docs that makes it easier to understand. Thanks in advance. |
Hi team, I've set up Solr authentication defining my security.json. I have created two secrets (fulltext-solrcloud-basic-auth => type kubernetes.io/basic-auth and solr-security-json => Opaque.Both secrets exist in the same YAML file, but in Kubernetes, two separate secrets are created. The cluster starts without issue, however, the Solr Admin UI has the Warning: Security is not enabled for this server! This is how the authentication looks in the solr_specs.
If I only do Thanks in advance! |
Hello Team,
My solrcloud pods not starting if i defined my user secret (with basic auth credentials) and security.json supplied as secret
provided them as below in values.yaml.
if i don't provide the bootstarpSecurity options, then solr cloud pods starting.
please help me on this issue
Note: i have created usersecret and securityjson secret prior to help installation
order of installation:
solr-operator
create secrets
solr-cloud
The text was updated successfully, but these errors were encountered: